Skip to content
Snippets Groups Projects
Commit 19d39963 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-28 12:21:12 by simonm]

- remove NON_POSIX_SOURCE for linux stuff.  Some of the file is POSIX.

This whole file is garbage, and should be recycled.
parent eb57d374
No related merge requests found
......@@ -35,11 +35,6 @@ much pain.
# define NON_POSIX_SOURCE
#endif
#if defined(linux_TARGET_OS)
# define NON_POSIX_SOURCE
/* sigh, linux w/ glibc needs _BSD_SOURCE to get caddr_t... (ToDo) */
#endif
#if defined(osf3_TARGET_OS) || defined(osf1_TARGET_OS)
/* The include files for OSF1 do not normally define SA_SIGINFO */
# define _OSF_SOURCE 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment