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

Diff for /src/include/stdlib.h between version 1.54 and 1.55

version 1.54, 2013/11/22 21:32:49 version 1.55, 2013/12/13 20:48:39
Line 248 
Line 248 
 char    *mkdtemp(char *);  char    *mkdtemp(char *);
 #endif  #endif
   
 #if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 20080  #if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 200809
 int     getsubopt(char **, char * const *, char **);  int     getsubopt(char **, char * const *, char **);
 #endif  #endif
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55