diff options
l--------- | Build/source/utils/mtx/m-mtx | 1 | ||||
-rw-r--r-- | Build/source/utils/mtx/malloc | 16 | ||||
l--------- | Build/source/utils/mtx/mtx-0.60d.tar.gz | 1 |
3 files changed, 0 insertions, 18 deletions
diff --git a/Build/source/utils/mtx/m-mtx b/Build/source/utils/mtx/m-mtx deleted file mode 120000 index 2727e25022e..00000000000 --- a/Build/source/utils/mtx/m-mtx +++ /dev/null @@ -1 +0,0 @@ -../../../../m-mtx
\ No newline at end of file diff --git a/Build/source/utils/mtx/malloc b/Build/source/utils/mtx/malloc deleted file mode 100644 index 90a643256eb..00000000000 --- a/Build/source/utils/mtx/malloc +++ /dev/null @@ -1,16 +0,0 @@ -#undef malloc - -#include <sys/types.h> - -void *malloc (); - -/* Allocate an N-byte block of memory from the heap. - If N is zero, allocate a 1-byte block. */ - -void * -rpl_malloc (size_t n) -{ - if (n == 0) - n = 1; - return malloc (n); -} diff --git a/Build/source/utils/mtx/mtx-0.60d.tar.gz b/Build/source/utils/mtx/mtx-0.60d.tar.gz deleted file mode 120000 index a01aa0c4855..00000000000 --- a/Build/source/utils/mtx/mtx-0.60d.tar.gz +++ /dev/null @@ -1 +0,0 @@ -../../../../mtx-0.60d.tar.gz
\ No newline at end of file |