Stop using sbrk in csh. This is a legacy interface and its use within csh

is invalid. It is used to find the size of allocated memory. As malloc may
allocate memory with mmap it will fail to take this memory into account.

Obtained from:	brooks
This commit is contained in:
andrew 2016-04-26 11:39:32 +00:00
parent edea0f925c
commit 392b4907a4

View File

@ -99,7 +99,7 @@
#define HAVE_PATHS_H 1
/* Define to 1 if you have the `sbrk' function. */
#define HAVE_SBRK 1
/* #undef HAVE_SBRK 1 */
/* Define to 1 if you have the `setpgid' function. */
#define HAVE_SETPGID 1