diff shells/tcsh/patch-sysmalloc.patch @ 1083:917674fbedb0

shells/tcsh: initial import, closes #1053
author David Demelier <markand@malikania.fr>
date Tue, 03 Sep 2019 13:53:14 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patch-sysmalloc.patch	Tue Sep 03 13:53:14 2019 +0200
@@ -0,0 +1,15 @@
+--- a/config_f.h		
++++ b/config_f.h
+@@ -139,11 +139,8 @@
+  *		This can be much slower and no memory statistics will be
+  *		provided.
+  */
+-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__)
++
+ # define SYSMALLOC
+-#else
+-# undef SYSMALLOC
+-#endif
+ 
+ /*
+  * USE_ACCESS	Use access(2) rather than stat(2) when POSIX is defined.