summaryrefslogtreecommitdiff
path: root/src/search/tfind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/tfind.c')
-rw-r--r--src/search/tfind.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/search/tfind.c b/src/search/tfind.c
index 1b5a6334..b11e4441 100644
--- a/src/search/tfind.c
+++ b/src/search/tfind.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <search.h>
void *tfind(const void * key, void * const * rootp, int (*compar) (const void *, const void *))
@@ -8,3 +10,6 @@ void *tfind(const void * key, void * const * rootp, int (*compar) (const void *,
/*
XOPEN(4)
*/
+
+
+#endif