summaryrefslogtreecommitdiff
path: root/libio/stdio.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-09 13:42:26 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-09 13:42:26 +0000
commit6077fe6e4d860f5fc53c49a4266d50437f3a2817 (patch)
tree6d32d596c22d409fe3615d7d5980a56315317d69 /libio/stdio.h
parent4bae55673314ecad6127cc156b1e5e5bb3c88b57 (diff)
Update.
1998-07-09 13:39 Ulrich Drepper <drepper@cygnus.com> * 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.
Diffstat (limited to 'libio/stdio.h')
-rw-r--r--libio/stdio.h1
1 files changed, 0 insertions, 1 deletions
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