diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-17 00:56:36 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-17 00:56:36 +0000 |
| commit | 3dc268f4e7934a791049d0a2467e3d6d3ed190cd (patch) | |
| tree | 73519723347540971ae301784fe134933fdc7425 /lib/libpthread/thread/thr_wait4.c | |
| parent | b9e3972ac6154b5344aa34582b6c0a20b95db263 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_wait4.c')
| -rw-r--r-- | lib/libpthread/thread/thr_wait4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_wait4.c b/lib/libpthread/thread/thr_wait4.c index baa697ccc7f4..4a58a70faf6f 100644 --- a/lib/libpthread/thread/thr_wait4.c +++ b/lib/libpthread/thread/thr_wait4.c @@ -40,7 +40,7 @@ pid_t wait4(pid_t pid, int *istat, int options, struct rusage * rusage) { - pid_t ret; + pid_t ret; _thread_enter_cancellation_point(); _thread_kern_sig_defer(); |
