Browse Source

don't pretend to be reentrant yet

Eric Andersen 23 years ago
parent
commit
801c69a418
1 changed files with 6 additions and 0 deletions
  1. 6 0
      libc/inet/rpc/rcmd.c

+ 6 - 0
libc/inet/rpc/rcmd.c

@@ -37,6 +37,12 @@ static char sccsid[] = "@(#)rcmd.c	8.3 (Berkeley) 3/26/94";
 
 
 #define __FORCE_GLIBC
 #define __FORCE_GLIBC
 #include <features.h>
 #include <features.h>
+
+#ifdef _LIBC_REENTRANT
+#undef _LIBC_REENTRANT
+#warning FIXME I am not reentrant yet...
+#endif
+
 #define __USE_GNU
 #define __USE_GNU
 #include <ctype.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <stdio.h>