harmonizing #if defined blocks for numa code to __gnu_linux__ since that's the only model that's being followed anyways

This commit is contained in:
root 2024-02-18 07:51:15 +00:00
parent fb770241e0
commit eb7a979d65

2
ggml.c
View file

@ -23,7 +23,7 @@
#include <limits.h>
#include <stdarg.h>
#include <signal.h>
#if defined(__GLIBC__)
#if defined(__gnu_linux__)
#include <syscall.h>
#endif