diff options
Diffstat (limited to 'libc/stdio/_WRITE.c')
-rw-r--r-- | libc/stdio/_WRITE.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_WRITE.c b/libc/stdio/_WRITE.c index 83714bd4c..3d6174325 100644 --- a/libc/stdio/_WRITE.c +++ b/libc/stdio/_WRITE.c @@ -7,7 +7,7 @@ #include "_stdio.h" -libc_hidden_proto(write) +/* libc_hidden_proto(write) */ /* Given a writing stream with no buffered output, write the * data in 'buf' (which may be the stream's bufstart) of size |