Ticket #1: getopt.h-getopt.patch

File getopt.h-getopt.patch, 444 bytes (added by stevestereo, 14 years ago)

uncomments getopt in getopt.h in order to use getopt provided by QNX ibc

  • getopt.h

     
    144144   errors, only prototype getopt for the GNU C library.  */
    145145extern int getopt (int ___argc, char *const *___argv, const char *__shortopts);
    146146# else /* not __GNU_LIBRARY__ */
    147 extern int getopt ();
     147/*extern int getopt ();*/
    148148# endif /* __GNU_LIBRARY__ */
    149149
    150150# ifndef __need_getopt