diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/xatonum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xatonum.h b/include/xatonum.h index 944ee7742..02aacc0d5 100644 --- a/include/xatonum.h +++ b/include/xatonum.h | |||
| @@ -169,7 +169,7 @@ uint32_t bb_strtou32(const char *arg, char **endp, int base) | |||
| 169 | 169 | ||
| 170 | /* Floating point */ | 170 | /* Floating point */ |
| 171 | 171 | ||
| 172 | /* double bb_strtod(const char *arg, char **endp); */ | 172 | double bb_strtod(const char *arg, char **endp) FAST_FUNC; |
| 173 | 173 | ||
| 174 | #if __GNUC_PREREQ(4,1) | 174 | #if __GNUC_PREREQ(4,1) |
| 175 | # pragma GCC visibility pop | 175 | # pragma GCC visibility pop |
