diff options
| author | pooka <pooka@NetBSD.org> | 2014-11-10 22:29:06 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2014-11-10 22:29:06 +0000 |
| commit | 4c8209804dddfeef5e23dbc879385eedb23326e2 (patch) | |
| tree | 0bfc404606e46aa134c7ff90e85a54a4b137c416 /lib | |
| parent | 842a8b2a4d02fb1041e3fdd7ea7cbbed52879e90 (diff) | |
Just _GNU_SOURCE should be enough to expose everything necessary on Linux
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/librumpuser/rumpuser_port.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/librumpuser/rumpuser_port.h b/lib/librumpuser/rumpuser_port.h index c80a762098c..45c2379c421 100644 --- a/lib/librumpuser/rumpuser_port.h +++ b/lib/librumpuser/rumpuser_port.h @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_port.h,v 1.40 2014/11/05 12:28:46 justin Exp $ */ +/* $NetBSD: rumpuser_port.h,v 1.41 2014/11/10 22:29:06 pooka Exp $ */ #ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_ #define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_ @@ -63,8 +63,6 @@ #endif #ifdef __linux__ -#define _XOPEN_SOURCE 600 -#define _BSD_SOURCE #define _GNU_SOURCE #endif |
