diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-01-14 22:05:33 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-01-14 22:05:33 +0000 |
| commit | e852d6bc48ee32f3d7df323ab08f811a6fc34c54 (patch) | |
| tree | 83b3c88ff66f10f23baf3d2e98383b8c767940f5 /lib/libc/include | |
| parent | 6103bae6ae61279f360d46ab25b8531b58448467 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/port_before.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/port_before.h b/lib/libc/include/port_before.h index 304dd66df03fc..9e7525b59b542 100644 --- a/lib/libc/include/port_before.h +++ b/lib/libc/include/port_before.h @@ -5,7 +5,7 @@ #define _LIBC 1 #define DO_PTHREADS 1 -#define USE_KQUEUE 1 +#define USE_POLL 1 #define ISC_SOCKLEN_T socklen_t #define ISC_FORMAT_PRINTF(fmt, args) \ |
