OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / uClibc / libc / string / x86_64 / bzero.S
1 #include <features.h>
2 #ifdef __UCLIBC_SUSV3_LEGACY__
3 # define memset bzero
4 # define __memset_chk __bzero_chk
5 # include "memset.S"
6 #endif