| 1 | #define STPNCPY __stpncpy_sse2 |
|---|---|
| 2 | #ifdef SHARED |
| 3 | #undef libc_hidden_def |
| 4 | #define libc_hidden_def(name) \ |
| 5 | __hidden_ver1 (__stpncpy_sse2, __GI___stpncpy, __stpncpy_sse2); |
| 6 | #endif |
| 7 | |
| 8 | #include "stpncpy.c" |
| 9 |
| 1 | #define STPNCPY __stpncpy_sse2 |
|---|---|
| 2 | #ifdef SHARED |
| 3 | #undef libc_hidden_def |
| 4 | #define libc_hidden_def(name) \ |
| 5 | __hidden_ver1 (__stpncpy_sse2, __GI___stpncpy, __stpncpy_sse2); |
| 6 | #endif |
| 7 | |
| 8 | #include "stpncpy.c" |
| 9 |