Diff for /dietlibc/dietfeatures.h between versions 1.69 and 1.70

version 1.69, 2010/08/01 19:56:21 version 1.70, 2011/11/26 00:34:06
Line 93 Line 93
  * if you also enabled WANT_PLUGPLAY_DNS */   * if you also enabled WANT_PLUGPLAY_DNS */
 #define WANT_LLMNR  #define WANT_LLMNR
   
   /* Uncomment this if you want DNS lookups to fail if /etc/hosts contains
    * an entry but it's for a different record type */
   /* #define WANT_HOSTS_GIVEUP_EARLY */
   
 /* Do you want valgrind support?  If enabled, the startup code will  /* Do you want valgrind support?  If enabled, the startup code will
  * check for valgrind, and if detected, turn off optimized SIMD string   * check for valgrind, and if detected, turn off optimized SIMD string
  * routines that cause false positives in valgrind.  This enlarges and   * routines that cause false positives in valgrind.  This enlarges and
Line 141 Line 145
   
   
 /* stop uncommenting here ;-) */  /* stop uncommenting here ;-) */
 #if defined(WANT_SSP) || defined(WANT_STACKGAP)  #if defined(WANT_SSP) || defined(WANT_STACKGAP) || defined(WANT_TLS)
 #define CALL_IN_STARTCODE stackgap  #define CALL_IN_STARTCODE stackgap
 #else  #else
 #define CALL_IN_STARTCODE main  #define CALL_IN_STARTCODE main

Removed from v.1.69  
changed lines
  Added in v.1.70


LinuxTV legacy CVS <linuxtv.org/cvs>