diff options
Diffstat (limited to 'src/strings/bzero.c')
-rw-r--r-- | src/strings/bzero.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings/bzero.c b/src/strings/bzero.c index 383d55c3..dd28c8b6 100644 --- a/src/strings/bzero.c +++ b/src/strings/bzero.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include <strings.h> @@ -9,3 +11,6 @@ void bzero(void* s, size_t n) /* XOPEN(400,700) */ + + +#endif |