diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-15 21:59:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-15 21:59:55 +0000 |
commit | cf14c509f3b3300b8787fa763cf140857836724c (patch) | |
tree | f8e7aad6ae88ab9bdbc658298ce6e300cc562c07 | |
parent | 02bde8d33428240395bd17a169edee18986352a9 (diff) | |
download | coreutils-cf14c509f3b3300b8787fa763cf140857836724c.tar.xz |
Use __P.
-rw-r--r-- | lib/xstrtod.h | 2 |
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 */ |