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

version 1.68, 2010/06/21 16:40:06 version 1.69, 2010/08/01 19:56:21
Line 121 Line 121
  * `main' can not be found. */   * `main' can not be found. */
 /* #define WANT_STACKGAP */  /* #define WANT_STACKGAP */
   
   /* #define this if you want GNU bloat like program_invocation_short_name
    * and program_invocation_name to be there.  This functionality is not
    * portable and adds useless bloat to libc.  Help stomp out code
    * depending on this!  util-linux, I'm looking at you here! */
   #define WANT_GNU_STARTUP_BLOAT
   
 /* Include support for ProPolice/SSP, calls guard_setup */  /* Include support for ProPolice/SSP, calls guard_setup */
 /* ProPolice is part of gcc 4.1 and up, there were patches for earlier  /* ProPolice is part of gcc 4.1 and up, there were patches for earlier
  * versions.  To make use of this, compile your application with   * versions.  To make use of this, compile your application with

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


LinuxTV legacy CVS <linuxtv.org/cvs>