Changeset 944


Ignore:
Timestamp:
Jan 11, 2004, 4:17:38 PM (22 years ago)
Author:
bird
Message:

Added prototypes for two GNU specific functions provided thru libiberty (which is GPL and thus cannot be in libc).

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r943 r944  
    3838 */
    3939
     40/** @file
     41 * FreeBSD 5.1
     42 * @changed bird: Added two GNU apis for libiberty.
     43 */
     44
    4045#ifndef _GETOPT_H_
    4146#define _GETOPT_H_
     
    6974int getopt_long __P((int, char * const *, const char *,
    7075    const struct option *, int *));
     76
     77/* bird - start: these are provided thru libiberty. */
     78int getopt_long_only __P((int argc, char *const *, const char *,
     79    const struct option *, int *));
     80int _getopt_internal __P((int, char *const *, const char *,
     81    const struct option *, int *, int));
     82/* bird - end */
     83
    7184__END_DECLS
    7285#endif
Note: See TracChangeset for help on using the changeset viewer.