diff options
| author | rsc <devnull@localhost> | 2004-03-26 01:59:35 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-03-26 01:59:35 +0000 |
| commit | be22ae2d0729f68672e3202c91cfe13c9e74cccc (patch) | |
| tree | b7bc9f9c1e8d3b221adc82f055f8be19ef25d0e6 /src/libthread/note.c | |
| parent | 4e3a2cc1f96f4479f951958f9ca1860f57a0771b (diff) | |
SunOS can rot in hell.
Diffstat (limited to 'src/libthread/note.c')
| -rw-r--r-- | src/libthread/note.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libthread/note.c b/src/libthread/note.c index 1136156c..de92d48d 100644 --- a/src/libthread/note.c +++ b/src/libthread/note.c @@ -25,12 +25,12 @@ threadnotify(int (*f)(void*, char*), int in) int (*from)(void*, char*), (*to)(void*, char*); if(in){ - from = nil; + from = 0; to = f; topid = _threadgetproc()->pid; }else{ from = f; - to = nil; + to = 0; topid = 0; } lock(&onnotelock); |