Ticket #40974: patch-no-sbrk.patch
File patch-no-sbrk.patch, 758 bytes (added by stoffer@…, 11 years ago) |
---|
-
support/sdbinutils/binutils/config.in
old new 50 50 /* Is the prototype for getopt in <unistd.h> in the expected format? */ 51 51 #undef HAVE_DECL_GETOPT 52 52 53 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.54 */55 #undef HAVE_DECL_SBRK56 57 53 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 58 54 don't. */ 59 55 #undef HAVE_DECL_SNPRINTF … … 109 105 /* Define to 1 if you have the `mkstemp' function. */ 110 106 #undef HAVE_MKSTEMP 111 107 112 /* Define to 1 if you have the `sbrk' function. */113 #undef HAVE_SBRK114 115 108 /* Define to 1 if you have the `setlocale' function. */ 116 109 #undef HAVE_SETLOCALE 117 110