diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-15 23:50:35 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-15 23:50:35 +0000 |
commit | f6a240893957e0de277ee1b8633f7afe0e14425e (patch) | |
tree | 554d298b29a79337895e7aebfb7f99b8c9dba129 /lib/libc_r/uthread/Makefile.inc | |
parent | 7fa8525959bf6a2b88094694891e4750c13a7e05 (diff) |
* kevent(2) support; from FreeBSD.
* change _thread_kern_set_timeout() parm to const.
Diffstat (limited to 'lib/libc_r/uthread/Makefile.inc')
-rw-r--r-- | lib/libc_r/uthread/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/Makefile.inc b/lib/libc_r/uthread/Makefile.inc index 37dbff5e5a8..110ec8e65e0 100644 --- a/lib/libc_r/uthread/Makefile.inc +++ b/lib/libc_r/uthread/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2000/01/06 07:12:08 d Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2001/08/15 23:50:34 fgsch Exp $ # $FreeBSD: Makefile.inc,v 1.19 1999/08/28 00:03:19 peter Exp $ # uthread sources @@ -66,6 +66,7 @@ SRCS+= \ uthread_ioctl.c \ uthread_join.c \ uthread_kern.c \ + uthread_kevent.c \ uthread_kill.c \ uthread_listen.c \ uthread_mattr_init.c \ |