aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tcsh/001-sysmalloc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tcsh/001-sysmalloc.patch')
-rw-r--r--testing/tcsh/001-sysmalloc.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/tcsh/001-sysmalloc.patch b/testing/tcsh/001-sysmalloc.patch
deleted file mode 100644
index b22c018983..0000000000
--- a/testing/tcsh/001-sysmalloc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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.