projects
/
plproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69afed6
)
disable unconditional compat poll() function
author
Marko Kreen
<markokr@gmail.com>
Wed, 2 Jan 2008 09:36:32 +0000
(09:36 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 2 Jan 2008 09:36:32 +0000
(09:36 +0000)
src/poll_compat.h
patch
|
blob
|
blame
|
history
diff --git
a/src/poll_compat.h
b/src/poll_compat.h
index dccc97fa565b7899f2f24f5d8257a8882280c655..5d17134188aecc78773767e3563a432e8238c66b 100644
(file)
--- a/
src/poll_compat.h
+++ b/
src/poll_compat.h
@@
-2,7
+2,10
@@
#ifndef POLL_COMPAT_H
#define POLL_COMPAT_H
-#define PLPROXY_POLL_COMPAT
+/* define to test poll() compat function */
+#if 0
+#define PLPROXY_POLL_COMPAT
+#endif
#include <sys/time.h>