]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct an outdated comment in stdlib/errno.h.
authorZack Weinberg <zackw@panix.com>
Sat, 10 Jun 2017 17:08:36 +0000 (13:08 -0400)
committerZack Weinberg <zackw@panix.com>
Sat, 10 Jun 2017 17:08:36 +0000 (13:08 -0400)
ChangeLog
stdlib/errno.h

index 1fee1775c0b20c5598531e6b2814f4f5536c2370..1fb0008c9c2c1fa1df4b52080f313e00837e8efb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-10  Zack Weinberg  <zackw@panix.com>
+
+       * stdlib/errno.h: Correct an outdated comment.
+
 2017-06-09  Paul A. Clarke  <pc@us.ibm.com>
 
        * sysdeps/unix/sysv/linux/powerpc/sysconf.c: New file.
index 65f2f4570c16dfb33249d1544017dbd3ce7e43d1..c42514b448a5e3161725b147ce48a0b73b3477a4 100644 (file)
@@ -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 */