From: Zack Weinberg Date: Sat, 10 Jun 2017 17:08:36 +0000 (-0400) Subject: Correct an outdated comment in stdlib/errno.h. X-Git-Tag: glibc-2.26~377 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8458956a6219b6dbd97b0e9e97caf742f3c6342e;p=thirdparty%2Fglibc.git Correct an outdated comment in stdlib/errno.h. --- diff --git a/ChangeLog b/ChangeLog index 1fee1775c0b..1fb0008c9c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-06-10 Zack Weinberg + + * stdlib/errno.h: Correct an outdated comment. + 2017-06-09 Paul A. Clarke * sysdeps/unix/sysv/linux/powerpc/sysconf.c: New file. diff --git a/stdlib/errno.h b/stdlib/errno.h index 65f2f4570c1..c42514b448a 100644 --- a/stdlib/errno.h +++ b/stdlib/errno.h @@ -50,7 +50,7 @@ extern int errno; /* The full and simple forms of the name with which the program was invoked. These variables are set up automatically at startup based on - the value of ARGV[0] (this works only if you use GNU ld). */ + the value of argv[0]. */ extern char *program_invocation_name, *program_invocation_short_name; #endif /* __USE_GNU */ #endif /* _ERRNO_H */