From a55b8838b33fbdc8edea70cae7d10e3d9ef95a94 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Sun, 30 Dec 2012 12:24:19 +0000 Subject: [PATCH] : remove fileno_unlocked (illegal immigrant from POSIX! We don't and never will implement it; it doesn't make sense for us) --- includes/stdio.h | 1 - man3/unlocked_stdio.3 | 1 - 2 files changed, 2 deletions(-) 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" -- 2.40.0