diff options
Diffstat (limited to 'libc/stdio/ftello.c')
-rw-r--r-- | libc/stdio/ftello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/ftello.c b/libc/stdio/ftello.c index e8ff36533..219b6996a 100644 --- a/libc/stdio/ftello.c +++ b/libc/stdio/ftello.c @@ -53,5 +53,5 @@ OFFSET_TYPE FTELL(register FILE *stream) libc_hidden_def(ftello64) #else libc_hidden_def(ftell) -strong_alias(ftell,ftello) +strong_alias_untyped(ftell,ftello) #endif |