diff options
Diffstat (limited to 'include/rin/compat.h')
-rw-r--r-- | include/rin/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rin/compat.h b/include/rin/compat.h index 4ea777d..03bed37 100644 --- a/include/rin/compat.h +++ b/include/rin/compat.h @@ -29,7 +29,6 @@ # if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 29) # include <sys/types.h> # else -# define _GNU_SOURCE # include <sys/syscall.h> # define gettid() (syscall(SYS_gettid)) # endif |