* getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2005 06:11:18 +0000 (06:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2005 06:11:18 +0000 (06:11 +0000)
lib/ChangeLog

index 3c99eb4e4a43f6f05e84024967b04cb864fce83a..1a56db9d0ee93a1a52efb60f0289463873ec0905 100644 (file)
@@ -1,5 +1,7 @@
 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
+
        * fts.c: Don't worry about debugging on pre-C99-comopatible hosts;
        the configuration hassle isn't worth it.
        Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.