changeset 5895:1640ff3cd5f5

* getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 28 May 2005 06:11:18 +0000
parents d09af5fbd9f2
children 311a31a595bb
files lib/ChangeLog
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.