libio: Clean up fputc/putc comments

Remove duplicate comments in stdio.h

Signed-off-by: Samuel Zeter <samuelzeter@gmail.com>
Reviewed-by: Arjun Shankar <arjun@redhat.com>
This commit is contained in:
Samuel Zeter 2025-02-28 12:05:20 +10:00 committed by Arjun Shankar
parent ccdb68e829
commit 8c6fee9f7f
1 changed files with 0 additions and 3 deletions

View File

@ -604,9 +604,6 @@ extern int fgetc_unlocked (FILE *__stream) __nonnull ((1));
/* Write a character to STREAM.
These functions are possible cancellation points and therefore not
marked with __THROW.
These functions is a possible cancellation point and therefore not
marked with __THROW. */
extern int fputc (int __c, FILE *__stream) __nonnull ((2));
extern int putc (int __c, FILE *__stream) __nonnull ((2));