]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/stdio.h
Update.
[thirdparty/glibc.git] / libio / stdio.h
index 87ca35b0689284253028a321f9bdb75be6d36c69..a3ae40b5367c9587a384505ee317a98a9419c254 100644 (file)
@@ -518,10 +518,11 @@ extern int fputs __P ((__const char *__restrict __s,
                       FILE *__restrict __stream));
 
 #ifdef __USE_GNU
-/* This function does the same as `fgets' but does not lock the stream.  */
+/* This function does the same as `fputs' but does not lock the stream.  */
 extern int fputs_unlocked __P ((__const char *__restrict __s,
                                FILE *__restrict __stream));
 #endif
+
 /* Write a string, followed by a newline, to stdout.  */
 extern int puts __P ((__const char *__s));