diff options
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index d97c8317b..cd5d8a8d7 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -39,14 +39,6 @@ #define _RPC_RPC_H 1 #ifdef _LIBC -/* Some adjustments to make the libc source from glibc - * compile more easily with uClibc... */ -#ifndef __FORCE_GLIBC -#define __FORCE_GLIBC -#endif -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif #define _(X) X #include <features.h> #endif |