summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-15 21:59:55 +0000
committerJim Meyering <jim@meyering.net>1995-11-15 21:59:55 +0000
commitcf14c509f3b3300b8787fa763cf140857836724c (patch)
treef8e7aad6ae88ab9bdbc658298ce6e300cc562c07 /lib
parent02bde8d33428240395bd17a169edee18986352a9 (diff)
downloadcoreutils-cf14c509f3b3300b8787fa763cf140857836724c.tar.xz
Use __P.
Diffstat (limited to 'lib')
-rw-r--r--lib/xstrtod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xstrtod.h b/lib/xstrtod.h
index 69c787711..15b85f446 100644
--- a/lib/xstrtod.h
+++ b/lib/xstrtod.h
@@ -10,6 +10,6 @@
#endif /* Not __P. */
int
- xstrtod (const char *str, const char **ptr, double *result);
+ xstrtod __P ((const char *str, const char **ptr, double *result));
#endif /* XSTRTOD_H */