(_exit): Don't use ABORT_INSTRUCTION if it is not defined.
[glibc.git] / sysdeps / x86_64 / stpcpy.S
blobb9bbcd9cf6cc4323d79c7d147e4228b3d15d139f
1 #define USE_AS_STPCPY
2 #define STRCPY __stpcpy
4 #include <sysdeps/x86_64/strcpy.S>
6 weak_alias (__stpcpy, stpcpy)
7 libc_hidden_def (__stpcpy)