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

Diff for /src/include/stdio.h between version 1.29 and 1.30

version 1.29, 2003/08/01 17:38:33 version 1.30, 2004/06/07 21:11:23
Line 277 
Line 277 
 void     flockfile(FILE *);  void     flockfile(FILE *);
 int      ftrylockfile(FILE *);  int      ftrylockfile(FILE *);
 void     funlockfile(FILE *);  void     funlockfile(FILE *);
 void     _flockfile_debug(FILE *, char *, int);  
 int      getc_unlocked(FILE *);  int      getc_unlocked(FILE *);
 int      putc_unlocked(int, FILE *);  int      putc_unlocked(int, FILE *);
 int      getchar_unlocked(void);  int      getchar_unlocked(void);
Line 288 
Line 287 
 #  define flockfile(fp)                 /* nothing */  #  define flockfile(fp)                 /* nothing */
 #  define ftrylockfile(fp)              (0)  #  define ftrylockfile(fp)              (0)
 #  define funlockfile(fp)               /* nothing */  #  define funlockfile(fp)               /* nothing */
 #  define _flockfile_debug(fp,f,l)      /* nothing */  
 #endif  #endif
   
 #if 0 /* defined(DEBUG_FLOCKFILE) && defined(_POSIX_THREADS) */  
 #  define flockfile(fp)         _flockfile_debug(fp, __FILE__, __LINE__)  
 #endif  
   
 #endif /* not ANSI */  #endif /* not ANSI */
   

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30