* errno.c: Use the GNU version of strerror_r if _GNU_SOURCE is defined
authorJonathan Pryor <jpryor@novell.com>
Thu, 7 Apr 2005 14:29:52 +0000 (14:29 -0000)
committerJonathan Pryor <jpryor@novell.com>
Thu, 7 Apr 2005 14:29:52 +0000 (14:29 -0000)
commit702376ddc120cd545da7355f0ac0a8f9ad205b43
tree83a7f0966d35c5a26082f208e8672ec2358b2437
parentf943410d7265cb08c076852614fe80db63186c77
  * errno.c: Use the GNU version of strerror_r if _GNU_SOURCE is defined
    (otherwise assume existence of XPG variant).  This allows proper
    compilation under Red Hat 9.
  * fstab.c: protect against users calling setfsent(), setfsent(), ...
    endfsent(), which would otherwise leak a FILE handle.

svn path=/trunk/mono/; revision=42642
support/ChangeLog
support/errno.c
support/fstab.c