diff options
Diffstat (limited to 'libio/ioungetc.c')
-rw-r--r-- | libio/ioungetc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/ioungetc.c b/libio/ioungetc.c index 917cad8abb..cb59e0eb98 100644 --- a/libio/ioungetc.c +++ b/libio/ioungetc.c @@ -41,6 +41,4 @@ _IO_ungetc (int c, _IO_FILE *fp) return result; } -#ifdef weak_alias weak_alias (_IO_ungetc, ungetc) -#endif |