| 1 | #define FUNCTION __strtok_r |
|---|---|
| 2 | #define USE_AS_STRTOK_R 1 |
| 3 | #include <sysdeps/x86_64/strtok.S> |
| 4 | weak_alias (__strtok_r, strtok_r) |
| 5 | strong_alias (__strtok_r, __GI___strtok_r) |
| 6 |
| 1 | #define FUNCTION __strtok_r |
|---|---|
| 2 | #define USE_AS_STRTOK_R 1 |
| 3 | #include <sysdeps/x86_64/strtok.S> |
| 4 | weak_alias (__strtok_r, strtok_r) |
| 5 | strong_alias (__strtok_r, __GI___strtok_r) |
| 6 |