1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

This open-sesame magic is linux-specific.

Copied from Perforce
 Change: 23676
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Nick Barnes 2001-10-31 13:47:36 +00:00
parent 4ebc605c37
commit d488e4d830

View file

@ -13,7 +13,9 @@
*/
#ifdef MPS_OS_LI
#include "mpm.h"
#if defined(MPS_OS_LI)
/* open sesame magic */
#define _BSD_SOURCE 1
#define _POSIX_C_SOURCE 1
@ -28,7 +30,6 @@
#include <stdlib.h>
#include "pthrdext.h"
#include "mpm.h"
SRCID(pthreadext, "$HopeName$");