diff options
| author | rsc <devnull@localhost> | 2004-03-21 04:33:13 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-03-21 04:33:13 +0000 |
| commit | 2277c5d7bbe1f9595fad512d8f790708473a9bf1 (patch) | |
| tree | 4d653e13906f1971d3170dba6dbe0fbf92eb48d6 /src/libplumb/thread.c | |
| parent | a770daa795754cb600ad3fab2fdd2961147006c4 (diff) | |
| download | plan9port-2277c5d7bbe1f9595fad512d8f790708473a9bf1.tar.gz plan9port-2277c5d7bbe1f9595fad512d8f790708473a9bf1.zip | |
Small tweaks
Lots of new code imported.
Diffstat (limited to 'src/libplumb/thread.c')
| -rw-r--r-- | src/libplumb/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libplumb/thread.c b/src/libplumb/thread.c index c31fdfb1..5b375257 100644 --- a/src/libplumb/thread.c +++ b/src/libplumb/thread.c @@ -31,3 +31,4 @@ threadplumbrecv(int fd) free(buf); return m; } + |
