BSD stuff. Some of this seems like it should be in its own file...

This commit is contained in:
Steve Checkoway
2006-03-20 06:46:19 +00:00
parent 988e1729f9
commit 3a304b1a41
3 changed files with 37 additions and 0 deletions
@@ -14,6 +14,8 @@
#if defined(MACOSX)
extern "C" int sigaltstack(const stack_t * __restrict, stack_t * __restrict);
#endif
#if !defined(MAP_ANONYMOUS) && defined(MAP_ANON)
# define MAP_ANONYMOUS MAP_ANON
#endif