diff options
author | cvs2svn <> | 2002-10-24 23:31:48 +0000 |
---|---|---|
committer | cvs2svn <> | 2002-10-24 23:31:48 +0000 |
commit | d95e2439d5b966e4b220761796ff7f700fba0b80 (patch) | |
tree | e79fafbdb4b4c18be67379660dcbe68ac75edc31 /include/getopt.h | |
parent | d1109236e2835bec428fd7779bdb9b673aeec7fb (diff) | |
download | cygnal-drow-cplus-merge-20021025.tar.gz cygnal-drow-cplus-merge-20021025.tar.bz2 cygnal-drow-cplus-merge-20021025.zip |
This commit was manufactured by cvs2svn to create tag 'drow-cplus-drow-cplus-merge-20021025
merge-20021025'.
Sprout from drow-cplus-branch 2002-10-03 19:08:54 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'drow-cplus-'
Cherrypick from master 2002-10-24 23:31:47 UTC Hans-Peter Nilsson <hp@axis.com> ' * configure.in (i[3456]86-*-linux*): Add check to disable':
ChangeLog
configure.in
include/ChangeLog
include/elf/ChangeLog
include/elf/sh.h
include/getopt.h
include/opcode/ChangeLog
include/opcode/cgen.h
Diffstat (limited to 'include/getopt.h')
-rw-r--r-- | include/getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h index 0c6470b3d..da09cee3b 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 |