summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-08 02:17:26 +0000
committerjb <jb@FreeBSD.org>1998-03-08 02:17:26 +0000
commita9db70095236e5101eded25a70a4a51af368b856 (patch)
treeac0fa64ad2244ac55fad6ee402712904294251d3 /include/Makefile
parent9261b686f3aa8832ce554a8dd7834f0b4199dc9a (diff)
downloadFreeBSD-src-a9db70095236e5101eded25a70a4a51af368b856.zip
FreeBSD-src-a9db70095236e5101eded25a70a4a51af368b856.tar.gz
Add a POSIX sched header. pthread_yield() in draft 4 becomes
sched_yield() in the final draft (10). This header contains the prototype. Other things in here are "future".
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 9fe38c7..bda7f63 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.72 1998/02/13 03:10:26 bde Exp $
+# $Id: Makefile,v 1.73 1998/03/04 10:23:23 dufault Exp $
#
# Doing a make install builds /usr/include
#
@@ -16,7 +16,8 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h \
ndbm.h netdb.h nl_types.h nlist.h \
paths.h pthread.h pthread_np.h pwd.h \
- ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h \
+ ranlib.h regex.h regexp.h resolv.h rune.h runetype.h sched.h setjmp.h \
+ sgtty.h \
signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \
strings.h struct.h sysexits.h tar.h time.h timers.h ttyent.h unistd.h \
utime.h utmp.h vis.h
OpenPOWER on IntegriCloud