summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/Makefile.inc
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-01-08 05:42:19 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-01-08 05:42:19 +0000
commit5673126f3eec127dc685472f2303514a6ef88341 (patch)
tree2f7ea906b40334eb5a2713f56b2778d1503074fe /lib/libpthread/uthread/Makefile.inc
parentc19ab492e22314efb26c343eb222ded42e50da0f (diff)
add fchflags and fpathconf as well.
Diffstat (limited to 'lib/libpthread/uthread/Makefile.inc')
-rw-r--r--lib/libpthread/uthread/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/Makefile.inc b/lib/libpthread/uthread/Makefile.inc
index 4b4ad139bf8..bbaea92c049 100644
--- a/lib/libpthread/uthread/Makefile.inc
+++ b/lib/libpthread/uthread/Makefile.inc
@@ -1,5 +1,5 @@
-# $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 $
+# $Id: Makefile.inc,v 1.5 1999/01/08 05:42:18 d Exp $
+# $OpenBSD: Makefile.inc,v 1.5 1999/01/08 05:42:18 d Exp $
# uthread sources
.PATH: ${.CURDIR}/uthread
@@ -32,6 +32,7 @@ SRCS+= \
uthread_equal.c \
uthread_execve.c \
uthread_exit.c \
+ uthread_fchflags.c \
uthread_fchmod.c \
uthread_fchown.c \
uthread_fcntl.c \
@@ -40,6 +41,7 @@ SRCS+= \
uthread_find_thread.c \
uthread_flock.c \
uthread_fork.c \
+ uthread_fpathconf.c \
uthread_fstat.c \
uthread_fstatfs.c \
uthread_fsync.c \