diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2009-02-08 06:44:58 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2009-02-08 06:44:58 +0000 |
| commit | 9eb1eb548af13171432275942aabe4a81fb6d73b (patch) | |
| tree | f5d05c06ca8c1c85e98b031c98159f766e0cfb9f /lib/libc_r | |
| parent | e13710afbd6f671f01c5b0556043a59111d9359e (diff) | |
Notes
Diffstat (limited to 'lib/libc_r')
| -rw-r--r-- | lib/libc_r/uthread/uthread_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/uthread/uthread_init.c b/lib/libc_r/uthread/uthread_init.c index 45f969c527ab..7c8c44470d5b 100644 --- a/lib/libc_r/uthread/uthread_init.c +++ b/lib/libc_r/uthread/uthread_init.c @@ -95,6 +95,7 @@ static void *references[] = { &_getsockopt, &_ioctl, &_kevent, + &_kqueue, &_listen, &_nanosleep, &_open, |
