Ticket #40974: patch-no-sbrk.patch

File patch-no-sbrk.patch, 758 bytes (added by stoffer@…, 10 years ago)
  • support/sdbinutils/binutils/config.in

    old new  
    5050/* Is the prototype for getopt in <unistd.h> in the expected format? */
    5151#undef HAVE_DECL_GETOPT
    5252
    53 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
    54    */
    55 #undef HAVE_DECL_SBRK
    56 
    5753/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
    5854   don't. */
    5955#undef HAVE_DECL_SNPRINTF
     
    109105/* Define to 1 if you have the `mkstemp' function. */
    110106#undef HAVE_MKSTEMP
    111107
    112 /* Define to 1 if you have the `sbrk' function. */
    113 #undef HAVE_SBRK
    114 
    115108/* Define to 1 if you have the `setlocale' function. */
    116109#undef HAVE_SETLOCALE
    117110