summaryrefslogtreecommitdiff
path: root/include/getopt.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-10-16 13:47:35 +0000
committerDJ Delorie <dj@delorie.com>2002-10-16 13:47:35 +0000
commit575fd28152fca92a6778560695cde46a109346c4 (patch)
tree82ea5a6cdbf1ba56275bd3e7e9f45e1e485a3f57 /include/getopt.h
parent145078c0b28e7f03d59a87c12bdec78e05dd5f52 (diff)
downloadbinutils-redhat-575fd28152fca92a6778560695cde46a109346c4.tar.gz
merge from gcc
Diffstat (limited to 'include/getopt.h')
-rw-r--r--include/getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h
index 0c6470b3dd..da09cee3be 100644
--- a/include/getopt.h
+++ b/include/getopt.h
@@ -108,7 +108,7 @@ struct option
#if !HAVE_DECL_GETOPT
#if defined (__GNU_LIBRARY__) || defined (HAVE_DECL_GETOPT)
/* Many other libraries have conflicting prototypes for getopt, with
- differences in the consts, in stdlib.h. To avoid compilation
+ differences in the consts, in unistd.h. To avoid compilation
errors, only prototype getopt for the GNU C library. */
extern int getopt (int argc, char *const *argv, const char *shortopts);
#else