diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
| commit | cecc7b0974187640c58fbd23711ff7a1874eae46 (patch) | |
| tree | 50ab7fb04258bb8fda63e32c4b818673596a88d1 /lib/libpthread/thread/thr_fcntl.c | |
| parent | e66632a35c2d0c36644ac18055ae2b435e70282a (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_fcntl.c')
| -rw-r--r-- | lib/libpthread/thread/thr_fcntl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_fcntl.c b/lib/libpthread/thread/thr_fcntl.c index eecda60d8ae6..6ea013afe5d7 100644 --- a/lib/libpthread/thread/thr_fcntl.c +++ b/lib/libpthread/thread/thr_fcntl.c @@ -44,7 +44,6 @@ fcntl(int fd, int cmd,...) int nonblock; int oldfd; int ret; - int status; va_list ap; /* Lock the file descriptor: */ |
