diff options
Diffstat (limited to 'arch/um/Makefile-os-Linux')
-rw-r--r-- | arch/um/Makefile-os-Linux | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/um/Makefile-os-Linux b/arch/um/Makefile-os-Linux new file mode 100644 index 000000000000..0c0f9a1cbbad --- /dev/null +++ b/arch/um/Makefile-os-Linux @@ -0,0 +1,8 @@ +# +# Copyright (C) 2000 Jeff Dike (jdike@karaya.com) +# Licensed under the GPL +# + +# To get a definition of F_SETSIG +USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE +CFLAGS += -D_LARGEFILE64_SOURCE |