diff options
Diffstat (limited to 'ggml-alloc.c')
-rw-r--r-- | ggml-alloc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ggml-alloc.c b/ggml-alloc.c index e2ac891d..a1f6e7bf 100644 --- a/ggml-alloc.c +++ b/ggml-alloc.c @@ -1,8 +1,3 @@ -// defines MAP_ANONYMOUS -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - #include "ggml-alloc.h" #include "ggml.h" #include <assert.h> |