summaryrefslogtreecommitdiff
path: root/include/arch/unix/networkio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/unix/networkio.h')
-rw-r--r--include/arch/unix/networkio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/arch/unix/networkio.h b/include/arch/unix/networkio.h
index e2ebc842b..ad5173687 100644
--- a/include/arch/unix/networkio.h
+++ b/include/arch/unix/networkio.h
@@ -106,14 +106,6 @@
#endif
/* End System Headers */
-/* The definition of isascii was missed from the BeOS PowerPC ctype.h
- *
- * It will be included in the next release, but until then...
- */
-#if (HAVE_ISASCII == 0)
-#define isascii(c) (((c) & ~0x7f)==0)
-#endif
-
#ifndef HAVE_POLLIN
#define POLLIN 1
#define POLLPRI 2