Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/Makefile.in,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile.in
--- Makefile.in	2001/02/22 12:56:36	1.51
+++ Makefile.in	2001/03/21 00:00:13
@@ -123,8 +123,8 @@ DLL_OFILES:=assert.o autoload.o cygheap.
 	fork.o glob.o grp.o heap.o init.o ioctl.o localtime.o malloc.o \
 	miscfuncs.o mmap.o \
 	net.o ntea.o passwd.o path.o pinfo.o pipe.o poll.o pthread.o regexp.o \
-	regerror.o regsub.o registry.o resource.o scandir.o security.o select.o \
-	shared.o \
+	regerror.o regsub.o registry.o resource.o scandir.o sched.o \
+        security.o select.o shared.o \
 	shortcut.o signal.o sigproc.o smallprint.o spawn.o strace.o strsep.o \
 	sync.o syscalls.o sysconf.o syslog.o termios.o thread.o times.o tty.o \
 	uinfo.o uname.o wait.o window.o \
Index: cygwin.din
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/cygwin.din,v
retrieving revision 1.22
diff -u -p -r1.22 cygwin.din
--- cygwin.din	2001/03/17 01:14:57	1.22
+++ cygwin.din	2001/03/21 00:00:15
@@ -1114,6 +1114,14 @@ cygwin32_internal = cygwin_internal
 @PTH_ALLOW@sem_wait
 @PTH_ALLOW@sem_trywait
 @PTH_ALLOW@sem_post
+sched_get_priority_max
+sched_get_priority_min
+sched_getparam
+sched_getscheduler
+sched_rr_get_interval
+sched_setparam
+sched_setscheduler
+sched_yield
 acl
 _acl = acl
 facl
