Changeset a92f13d in mainline for uspace/lib/posix/unistd.h


Ignore:
Timestamp:
2012-04-03T12:36:57Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f0ea0e2
Parents:
d4d74dc
Message:

Add long options to libposix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/unistd.h

    rd4d74dc ra92f13d  
    4343#define _exit exit
    4444
    45 /* Option Arguments */
    46 extern char *optarg;
     45extern char *posix_optarg;
    4746extern int optind, opterr, optopt;
    4847extern int getopt(int, char * const [], const char *);
     
    144143
    145144#ifndef LIBPOSIX_INTERNAL
     145        #define optarg posix_optarg
     146
    146147        #define environ posix_environ
    147148
Note: See TracChangeset for help on using the changeset viewer.