diff options
-rw-r--r-- | devel/linuxthreads/files/clone.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/linuxthreads/files/clone.S b/devel/linuxthreads/files/clone.S index 52e80d6da646..51e7560446b0 100644 --- a/devel/linuxthreads/files/clone.S +++ b/devel/linuxthreads/files/clone.S @@ -3,7 +3,9 @@ #include "DEFS.h" #include "SYS.h" #define KERNEL +#define _KERNEL #include <sys/errno.h> +#undef _KERNEL #undef KERNEL #undef DEBUG |