diff options
Diffstat (limited to 'sysdeps/i386/strtok_r.S')
-rw-r--r-- | sysdeps/i386/strtok_r.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/strtok_r.S b/sysdeps/i386/strtok_r.S index 621093a249..f4a6a2c409 100644 --- a/sysdeps/i386/strtok_r.S +++ b/sysdeps/i386/strtok_r.S @@ -2,3 +2,4 @@ #define USE_AS_STRTOK_R 1 #include <sysdeps/i386/strtok.S> weak_alias (BP_SYM (__strtok_r), BP_SYM (strtok_r)) +strong_alias (BP_SYM (__strtok_r), BP_SYM (__GI___strtok_r)) |