summaryrefslogtreecommitdiff
path: root/comm/Multiplexer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Multiplexer.cc')
-rw-r--r--comm/Multiplexer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/comm/Multiplexer.cc b/comm/Multiplexer.cc
index ec72cec..1823705 100644
--- a/comm/Multiplexer.cc
+++ b/comm/Multiplexer.cc
@@ -33,7 +33,6 @@
#endif
#ifdef __osf__
-inline void bzero (char* s, int l) { memset (s, 0, l);}
extern "C" int select (int, fd_set*, fd_set*, fd_set*, struct timeval*);
#endif