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

[project @ 2000-04-14 14:15:07 by simonmar]

back off from _POSIX_C_SOURCE=199506L to 199309L, because the former
causes a bunch of extra functions thread-related to be compiled into
each module on Solaris.
parent e2bbb8b4
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.27 2000/04/14 13:47:12 simonmar Exp $
* $Id: Stg.h,v 1.28 2000/04/14 14:15:07 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -14,7 +14,7 @@
#ifndef NON_POSIX_SOURCE
#define _POSIX_SOURCE 1
#define _POSIX_C_SOURCE 199506L
#define _POSIX_C_SOURCE 199309L
#define _ISOC9X_SOURCE
#endif
......
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