summaryrefslogtreecommitdiff
path: root/src/string/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strdup.c')
-rw-r--r--src/string/strdup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strdup.c b/src/string/strdup.c
index 3cbc1d69..7b97f75d 100644
--- a/src/string/strdup.c
+++ b/src/string/strdup.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
#include <stdlib.h>
@@ -15,3 +17,6 @@ char * strdup(const char *s)
XOPEN(400)
POSIX(200809)
*/
+
+
+#endif