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