minix/common/lib/libc/arch/x86_64/string/bzero.S
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
This patch imports the unmodified current version of NetBSD libc.
The NetBSD includes are in /nbsd_include, while the libc code itself is 
split between lib/nbsd_libc and common/lib/libc.
2011-02-14 19:36:03 +00:00

9 lines
204 B
ArmAsm

/*
* Code for bzero() is in memset.S
*
* This file is left in place so that libc.a doesn't get a duplicate
* symbol error on update builds.
*
* If you are reading this in 2010, delete the file!
*/