diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-25 07:01:56 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-25 07:01:56 +0000 |
| commit | 79db40061f5f64a66f611fdd2f311a4164e566b8 (patch) | |
| tree | cdb92c8b7afda1a4f69192df0e688a114cece6ba | |
| parent | 81784fad7a12b35c95ec0a37a58a8138c1808c0e (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdio/local.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index 3ef5a5b301a1..9e1cad44a536 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -146,10 +146,3 @@ struct __sFILEX { if ((fp)->_extra->orientation == 0) \ (fp)->_extra->orientation = (o); \ } while (0) -#ifdef FLOCKFILE -#define ORIENTLOCK(fp, o) do { \ - FLOCKFILE(fp); \ - ORIENT(fp, o); \ - FUNLOCKFILE(fp); \ -} while (0) -#endif |
