diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-16 05:59:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-16 05:59:15 +0000 |
commit | 340779f775ee2517c6b3aa31ca8f2b07f5959508 (patch) | |
tree | 77f4dc2f51144310fbacec94a4857fabc18b59ef /sysdeps/x86_64/bzero.S | |
parent | 0fbfcb7b19912b708c3b6a37d667b9518a59e36a (diff) | |
download | glibc-340779f775ee2517c6b3aa31ca8f2b07f5959508.tar.gz glibc-340779f775ee2517c6b3aa31ca8f2b07f5959508.tar.xz glibc-340779f775ee2517c6b3aa31ca8f2b07f5959508.zip |
Make an empty file.
Diffstat (limited to 'sysdeps/x86_64/bzero.S')
-rw-r--r-- | sysdeps/x86_64/bzero.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/x86_64/bzero.S b/sysdeps/x86_64/bzero.S index 2688f456b5..f96d567fd8 100644 --- a/sysdeps/x86_64/bzero.S +++ b/sysdeps/x86_64/bzero.S @@ -1,3 +1 @@ -#define memset __bzero -#include <sysdeps/x86_64/memset.S> -weak_alias (__bzero, bzero) +/* Implemented in memset.S. */ |