Ignore:
Timestamp:
Aug 17, 2003, 3:43:30 AM (22 years ago)
Author:
bird
Message:

#597: silenced compiler warning on getopt() proto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/include/getopt.h

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r622 r623  
    107107   is 1, we found it so don't provide any declaration at all.  */
    108108#if !HAVE_DECL_GETOPT
    109 #if defined (__GNU_LIBRARY__) || defined (HAVE_DECL_GETOPT)
     109#if defined (__GNU_LIBRARY__) || defined (HAVE_DECL_GETOPT) || defined (__EMX__)
    110110/* Many other libraries have conflicting prototypes for getopt, with
    111111   differences in the consts, in unistd.h.  To avoid compilation
Note: See TracChangeset for help on using the changeset viewer.