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

Diff for /src/include/stdio.h between version 1.44 and 1.45

version 1.44, 2013/03/28 16:37:14 version 1.45, 2013/12/04 22:58:24
Line 307 
Line 307 
  */   */
 #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE  #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE
 #define L_ctermid       1024    /* size for ctermid(); PATH_MAX */  #define L_ctermid       1024    /* size for ctermid(); PATH_MAX */
 #define L_cuserid       9       /* size for cuserid(); UT_NAMESIZE + 1 */  
   
 __BEGIN_DECLS  __BEGIN_DECLS
 char    *ctermid(char *);  char    *ctermid(char *);
 char    *cuserid(char *);  
 FILE    *fdopen(int, const char *);  FILE    *fdopen(int, const char *);
 int      fileno(FILE *);  int      fileno(FILE *);
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45