From 6077fe6e4d860f5fc53c49a4266d50437f3a2817 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Jul 1998 13:42:26 +0000 Subject: Update. 1998-07-09 13:39 Ulrich Drepper * Versions: Add __pthread_mutexattr_gettype and __pthread_mutexattr_settype. * lockfile.c: Use __pthread_mutexattr_settype instead of __pthread_mutexattr_setkind_np. * mutex.c: Define __pthread_mutexattr_gettype and __pthread_mutexattr_settype. * weak.c: Likewise. --- libio/Versions | 5 ++--- libio/stdio.h | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'libio') diff --git a/libio/Versions b/libio/Versions index 83fc6ed540..467ba22b74 100644 --- a/libio/Versions +++ b/libio/Versions @@ -49,10 +49,9 @@ libc { # f* fclose; fcloseall; fdopen; feof; feof_locked; feof_unlocked; ferror; ferror_locked; ferror_unlocked; fflush; fflush_locked; fflush_unlocked; - fgetc; fgetpos; fgets; fileno; fileno_locked; fileno_unlocked; flockfile; + fgetc; fgetpos; fgets; fileno; fileno_locked; fileno_unlocked; fopen; fopencookie; fputc; fputc_locked; fputc_unlocked; fputs; - fread; freopen; fseek; fsetpos; ftell; ftrylockfile; funlockfile; - fwrite; + fread; freopen; fseek; fsetpos; ftell; fwrite; # g* getc; getc_locked; getc_unlocked; getchar; getchar_unlocked; getdelim; diff --git a/libio/stdio.h b/libio/stdio.h index 1167d3cf39..eb0d98d7d2 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -185,7 +185,6 @@ extern int fflush __P ((FILE *__stream)); #ifdef __USE_MISC /* Faster versions when locking is not required. */ -extern int fclose_unlocked __P ((FILE *__stream)); extern int fflush_unlocked __P ((FILE *__stream)); #endif -- cgit 1.4.1