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 Turner 2016-04-26 11:39:32 +00:00
parent 75bf4f5a11
commit 6487f78716
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298626

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