1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Correct an outdated comment in stdlib/errno.h.

This commit is contained in:
Zack Weinberg
2017-06-10 13:08:36 -04:00
parent cdfbe5037f
commit 8458956a62
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2017-06-09 Paul A. Clarke <pc@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/sysconf.c: New file. * sysdeps/unix/sysv/linux/powerpc/sysconf.c: New file.

View File

@ -50,7 +50,7 @@ extern int errno;
/* The full and simple forms of the name with which the program was /* The full and simple forms of the name with which the program was
invoked. These variables are set up automatically at startup based on 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; extern char *program_invocation_name, *program_invocation_short_name;
#endif /* __USE_GNU */ #endif /* __USE_GNU */
#endif /* _ERRNO_H */ #endif /* _ERRNO_H */