plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 6a5c5d48705ef8374f5172731408f0f27b0f0dc6
parent 1cc215aaf92a6cf3cea436f2c215a84839fd59bc
Author: rsc <devnull@localhost>
Date:   Sun, 26 Dec 2004 02:08:53 +0000

remove empty qlock.c

Diffstat:
Msrc/libthread/mkfile | 1-
Dsrc/libthread/qlock.c | 3---
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/libthread/mkfile b/src/libthread/mkfile @@ -7,7 +7,6 @@ OFILES=\ ioproc.$O\ iorw.$O\ pthread.$O\ - qlock.$O\ ref.$O\ thread.$O\ diff --git a/src/libthread/qlock.c b/src/libthread/qlock.c @@ -1,3 +0,0 @@ -#include "u.h" -#include "libc.h" -