Diff for /dietlibc/dietfeatures.h between versions 1.39 and 1.40

version 1.39, 2002/01/31 13:33:03 version 1.40, 2002/02/05 01:30:20
Line 12 Line 12
 /* 128 or 2048 bytes buffer size? */  /* 128 or 2048 bytes buffer size? */
 /* #define WANT_SMALL_STDIO_BUFS */  /* #define WANT_SMALL_STDIO_BUFS */
   
   /* want fread to read() directly if size of data is larger than buffer?
    * This costs a few bytes but is worth it if the application is already
    * buffering. */
   #define WANT_FREAD_OPTIMIZATION
   
 /* this is only for meaningful for ttyname and sysconf_cpus so far */  /* this is only for meaningful for ttyname and sysconf_cpus so far */
 #define SLASH_PROC_OK 1  #define SLASH_PROC_OK
   
 /* use errno_location instead of errno */  /* use errno_location instead of errno */
 #define WANT_THREAD_SAFE  #define WANT_THREAD_SAFE

Removed from v.1.39  
changed lines
  Added in v.1.40


LinuxTV legacy CVS <linuxtv.org/cvs>