Diff for /dietlibc/dietfeatures.h between versions 1.64 and 1.65

version 1.64, 2009/02/26 20:51:54 version 1.65, 2009/07/21 23:46:28
Line 22 Line 22
 /* 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  #define SLASH_PROC_OK
   
 /* use errno_location instead of errno */  /* use errno_location instead of errno; NEEDED FOR MULTI-THREADING! */
 #define WANT_THREAD_SAFE  #define WANT_THREAD_SAFE
   
 /* support __thread */  /* support __thread; NEEDED FOR MULTI-THREADING! */
 #define WANT_TLS  #define WANT_TLS
   
 /* make the startcode, etc. dynamic aware ({con,de}structors) */  /* make the startcode, etc. dynamic aware ({con,de}structors) */

Removed from v.1.64  
changed lines
  Added in v.1.65


LinuxTV legacy CVS <linuxtv.org/cvs>