[BACK]Return to unistd.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/unistd.h between version 1.80 and 1.81

version 1.80, 2013/10/24 07:34:56 version 1.81, 2013/11/22 21:32:49
Line 391 
Line 391 
 int      getopt(int, char * const *, const char *);  int      getopt(int, char * const *, const char *);
 extern   char *optarg;                  /* getopt(3) external variables */  extern   char *optarg;                  /* getopt(3) external variables */
 extern   int opterr, optind, optopt, optreset;  extern   int opterr, optind, optopt, optreset;
 /* XXX - getsubopt does not belong here */  
 int      getsubopt(char **, char * const *, char **);  
 extern   char *suboptarg;               /* getsubopt(3) external variable */  
 #endif /* _GETOPT_DEFINED_ */  #endif /* _GETOPT_DEFINED_ */
 #endif  #endif
   

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81