summaryrefslogtreecommitdiff
path: root/lib/strntol.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strntol.h')
-rw-r--r--lib/strntol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/strntol.h b/lib/strntol.h
deleted file mode 100644
index 68f5d1b7..00000000
--- a/lib/strntol.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef FIO_STRNTOL_H
-#define FIO_STRNTOL_H
-
-long strntol(const char *str, size_t sz, char **end, int base);
-
-#endif