mirror of git://sourceware.org/git/glibc.git
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:
parent
ccdb68e829
commit
8c6fee9f7f
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue