diff options
-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 3ef5a5b..9e1cad4 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 |