diff options
Diffstat (limited to 'lib/libc/string/bzero.c')
-rw-r--r-- | lib/libc/string/bzero.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c deleted file mode 100644 index 201bd64..0000000 --- a/lib/libc/string/bzero.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - -#define BZERO -#include "memset.c" |