diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-08 04:59:51 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-08 04:59:51 +0000 |
commit | 0f9dc2ce88b278ac7bbaaafa02fb14c1cc58cd62 (patch) | |
tree | 4dbc8b7f14db22d5fee1b95afcdae236e2f84a68 /lib/libpthread/uthread/Makefile.inc | |
parent | d017551edb27d1739c5e829a08f7c88317af8dbb (diff) |
add poll(2). This might help get X threaded.
Diffstat (limited to 'lib/libpthread/uthread/Makefile.inc')
-rw-r--r-- | lib/libpthread/uthread/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/Makefile.inc b/lib/libpthread/uthread/Makefile.inc index 62b4c96a931..4b4ad139bf8 100644 --- a/lib/libpthread/uthread/Makefile.inc +++ b/lib/libpthread/uthread/Makefile.inc @@ -1,5 +1,5 @@ -# $Id: Makefile.inc,v 1.3 1998/12/10 00:33:54 d Exp $ -# $OpenBSD: Makefile.inc,v 1.3 1998/12/10 00:33:54 d Exp $ +# $Id: Makefile.inc,v 1.4 1999/01/08 04:59:49 d Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1999/01/08 04:59:49 d Exp $ # uthread sources .PATH: ${.CURDIR}/uthread @@ -65,6 +65,7 @@ SRCS+= \ uthread_once.c \ uthread_open.c \ uthread_pipe.c \ + uthread_poll.c \ uthread_queue.c \ uthread_read.c \ uthread_readv.c \ |