diff options
Diffstat (limited to 'libc/stdio/ftrylockfile.c')
-rw-r--r-- | libc/stdio/ftrylockfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/stdio/ftrylockfile.c b/libc/stdio/ftrylockfile.c index 0d2e156af..c2f49ca0f 100644 --- a/libc/stdio/ftrylockfile.c +++ b/libc/stdio/ftrylockfile.c @@ -7,10 +7,6 @@ #include "_stdio.h" -#ifdef __UCLIBC_MJN3_ONLY__ -#warning CONSIDER: What should this return when not threading? -#endif - int ftrylockfile(FILE *stream) { __STDIO_STREAM_VALIDATE(stream); |