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

version 1.40, 2002/02/05 01:30:20 version 1.41, 2002/02/08 23:40:58
Line 32 Line 32
 /* read the comment in lib/strncat.c for an explanation */  /* read the comment in lib/strncat.c for an explanation */
 /* #define WANT_NON_COMPLIANT_STRNCAT */  /* #define WANT_NON_COMPLIANT_STRNCAT */
   
 /* strsep, according to the Linux man page, when called on "foo,bar"  
  * with separator ",", should return "foo" and then NULL.  glibc,  
  * however, returns "foo", then "bar", and then NULL.  The man page  
  * behaviour breaks openssh, so you might want to have glibc behaviour. */  
 #define WANT_BUGGY_GLIBC_STRSEP  
   
 #define WANT_LINKER_WARNINGS  #define WANT_LINKER_WARNINGS
   
 /* you need to define this if you want to run your programs with large  /* you need to define this if you want to run your programs with large

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


LinuxTV legacy CVS <linuxtv.org/cvs>