summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort/xstrtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/sort/xstrtod.h')
-rw-r--r--gnu/usr.bin/sort/xstrtod.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/usr.bin/sort/xstrtod.h b/gnu/usr.bin/sort/xstrtod.h
deleted file mode 100644
index 15b85f4..0000000
--- a/gnu/usr.bin/sort/xstrtod.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef XSTRTOD_H
-#define XSTRTOD_H 1
-
-#ifndef __P
-# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
-# define __P(args) args
-# else
-# define __P(args) ()
-# endif /* GCC. */
-#endif /* Not __P. */
-
-int
- xstrtod __P ((const char *str, const char **ptr, double *result));
-
-#endif /* XSTRTOD_H */
OpenPOWER on IntegriCloud