diff options
| author | rsc <devnull@localhost> | 2004-12-26 21:51:15 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-12-26 21:51:15 +0000 |
| commit | 5f8fa94796903bf81db4f1dc76d433a80308b3d4 (patch) | |
| tree | bc94c36965c4bf6cdb420c4c5fe628024647f88e /src/lib9/mkfile | |
| parent | b2ff5382580e13d82ca48966c9d79d3318865cba (diff) | |
| download | plan9port-5f8fa94796903bf81db4f1dc76d433a80308b3d4.tar.gz plan9port-5f8fa94796903bf81db4f1dc76d433a80308b3d4.zip | |
cleanups - lots of removed files now in thread library.
qlock.c - stubs to thread library
notify.c - clean interface slightly.
Diffstat (limited to 'src/lib9/mkfile')
| -rw-r--r-- | src/lib9/mkfile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib9/mkfile b/src/lib9/mkfile index 133fcf41..0c1c3027 100644 --- a/src/lib9/mkfile +++ b/src/lib9/mkfile @@ -108,7 +108,6 @@ LIB9OFILES=\ jmp.$O\ lrand.$O\ lnrand.$O\ - lock-$SYSNAME.$O\ main.$O\ malloc.$O\ malloctag.$O\ @@ -129,7 +128,6 @@ LIB9OFILES=\ quote.$O\ read9pmsg.$O\ readn.$O\ - rendez-$SYSNAME.$O\ rfork.$O\ seek.$O\ sendfd.$O\ @@ -138,7 +136,6 @@ LIB9OFILES=\ strecpy.$O\ sysfatal.$O\ sysname.$O\ - tas-$OBJTYPE.$O\ time.$O\ tokenize.$O\ truerand.$O\ @@ -164,5 +161,3 @@ HFILES=\ %.$O: utf/%.c $CC $CFLAGS utf/$stem.c - -rendez-Linux.$O: rendez-signal.c |
