Changeset 2646 for branches/libc-0.6/src/emx/include
- Timestamp:
- Mar 15, 2006, 3:13:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/getopt.h
r2144 r2646 21 21 /** @file 22 22 * GLIBC 2.3.4 23 * @changed bird: Added _GETOPT_DECLARED check and def. 23 24 */ 24 25 … … 55 56 #endif 56 57 58 #ifndef _GETOPT_DECLARED /* bird: see next usage */ 59 57 60 /* For communication from `getopt' to the caller. 58 61 When `getopt' finds an option that takes an argument, … … 85 88 86 89 extern int optopt; 90 91 #endif /* bird */ 87 92 88 93 #ifndef __need_getopt … … 150 155 `getopt'. */ 151 156 157 #ifndef _GETOPT_DECLARED /* bird: Also defined in unistd.h, this is the blocker. */ 158 #define _GETOPT_DECLARED /* bird */ 152 159 #ifdef __GNU_LIBRARY__ 153 160 /* Many other libraries have conflicting prototypes for getopt, with … … 159 166 extern int getopt (); 160 167 #endif /* __GNU_LIBRARY__ */ 168 #endif /* bird */ 169 161 170 162 171 #ifndef __need_getopt
Note:
See TracChangeset
for help on using the changeset viewer.