From: Owen Shepherd Date: Sun, 30 Dec 2012 12:24:19 +0000 (+0000) Subject: : remove fileno_unlocked (illegal immigrant from POSIX! We don't and never... X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=a55b8838b33fbdc8edea70cae7d10e3d9ef95a94 : remove fileno_unlocked (illegal immigrant from POSIX! We don't and never will implement it; it doesn't make sense for us) --- diff --git a/includes/stdio.h b/includes/stdio.h index 6f9a633..9b68d73 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -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); diff --git a/man3/unlocked_stdio.3 b/man3/unlocked_stdio.3 index 6b15a1c..9783cc3 100644 --- a/man3/unlocked_stdio.3 +++ b/man3/unlocked_stdio.3 @@ -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"