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:
parent
4ebc605c37
commit
d488e4d830
1 changed files with 3 additions and 2 deletions
|
|
@ -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$");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue