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