diff options
Diffstat (limited to 'libio/fputc.c')
-rw-r--r-- | libio/fputc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/fputc.c b/libio/fputc.c index 89359dc46d..e1f10f1b20 100644 --- a/libio/fputc.c +++ b/libio/fputc.c @@ -38,5 +38,3 @@ fputc (c, fp) _IO_cleanup_region_end (1); return result; } - -weak_alias (fputc, fputc_locked) |