summaryrefslogtreecommitdiff
path: root/stdio/fread.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/fread.c')
-rw-r--r--stdio/fread.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdio/fread.c b/stdio/fread.c
index 80c3d44c23..b0fe36bc28 100644
--- a/stdio/fread.c
+++ b/stdio/fread.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 95, 96, 97, 98 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -131,3 +131,5 @@ fread (p, size, nmemb, stream)
return (bytes - to_read) / size;
}
+
+weak_alias (fread, fread_unlocked)