]> pd.if.org Git - pdclib.old/commitdiff
<stdio.h>: remove fileno_unlocked (illegal immigrant from POSIX! We don't and never...
authorOwen Shepherd <owen.shepherd@e43.eu>
Sun, 30 Dec 2012 12:24:19 +0000 (12:24 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sun, 30 Dec 2012 12:24:19 +0000 (12:24 +0000)
includes/stdio.h
man3/unlocked_stdio.3

index 6f9a6336836b24978e63e9a0e240755f94e1e667..9b68d73d7f0c6a1618f34a04440b6dae0a582593 100644 (file)
@@ -854,7 +854,6 @@ int putchar_unlocked(int c);
 void clearerr_unlocked(FILE *stream); 
 int feof_unlocked(FILE *stream);
 int ferror_unlocked(FILE *stream);
-int fileno_unlocked(FILE *stream);
 int fflush_unlocked(FILE *stream);
 int fgetc_unlocked(FILE *stream);
 int fputc_unlocked(int c, FILE *stream);
index 6b15a1c3b157f1515b2571128ba588dbf7e1a9c1..9783cc3ab3aa3adfbe2c4b2c171b816c0b731cd4 100644 (file)
@@ -22,7 +22,6 @@
 .Fn "void clearerr_unlocked" "FILE *stream" 
 .Fn "int feof_unlocked" "FILE *stream"
 .Fn "int ferror_unlocked" "FILE *stream"
-.Fn "int fileno_unlocked" "FILE *stream"
 .Fn "int fflush_unlocked" "FILE *stream"
 .Fn "int fgetc_unlocked" "FILE *stream"
 .Fn "int fputc_unlocked" "int c" "FILE *stream"