diff options
Diffstat (limited to 'libio/getchar_u.c')
-rw-r--r-- | libio/getchar_u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/getchar_u.c b/libio/getchar_u.c index 40cfbf6625..0430f8119c 100644 --- a/libio/getchar_u.c +++ b/libio/getchar_u.c @@ -33,4 +33,4 @@ __getchar_unlocked () return _IO_getc_unlocked (stdin); } -weak_alias (getchar_unlocked, __getchar_unlocked) +weak_alias (__getchar_unlocked, getchar_unlocked) |