Diff for /dietlibc/dietfeatures.h between versions 1.78 and 1.79

version 1.78, 2017/03/06 14:02:04 version 1.79, 2018/02/01 02:03:38
Line 140 Line 140
  * `main' can not be found. */   * `main' can not be found. */
 /* #define WANT_STACKGAP */  /* #define WANT_STACKGAP */
   
   /* For SSP initialization, dietlibc usually uses randomness given by the
    * kernel in the ELF auxvec. Some very old kernels do not pass this, and
    * for them dietlibc will open /dev/urandom to get randomness. Undef
    * this if you don't need that bloat. */
   // #define WANT_URANDOM_SSP
   
 /* #define this if you want GNU bloat like program_invocation_short_name  /* #define this if you want GNU bloat like program_invocation_short_name
  * and program_invocation_name to be there.  This functionality is not   * and program_invocation_name to be there.  This functionality is not
  * portable and adds useless bloat to libc.  Help stomp out code   * portable and adds useless bloat to libc.  Help stomp out code
Line 182 Line 188
 #ifndef WANT_DYNAMIC  #ifndef WANT_DYNAMIC
 #define WANT_DYNAMIC  #define WANT_DYNAMIC
 #endif  #endif
 /* saveguard crashes with shared objects ... */  /* safeguard crashes with shared objects ... */
 #ifdef WANT_SAFEGUARD  #ifdef WANT_SAFEGUARD
 #undef WANT_SAFEGUARD  #undef WANT_SAFEGUARD
 #endif  #endif

Removed from v.1.78  
changed lines
  Added in v.1.79


LinuxTV legacy CVS <linuxtv.org/cvs>