Add Reader/Writer Locks to library

This commit is contained in:
Kurt Zeilenga 1998-08-29 21:45:04 +00:00
parent 5d64c8f95d
commit efac7f4c88

View File

@ -15,8 +15,8 @@
LDAPSRC = ../..
SRCS = thread.c stack.c
OBJS = thread.o stack.o
SRCS = rdwr.c thread.c stack.c
OBJS = rdwr.o thread.o stack.o
HDIR = ../../include