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:
parent
fb770241e0
commit
eb7a979d65
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -23,7 +23,7 @@
|
|||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
#if defined(__GLIBC__)
|
||||
#if defined(__gnu_linux__)
|
||||
#include <syscall.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue