diff options
author | Elliott Hughes <enh@google.com> | 2017-07-17 21:45:46 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-07-17 21:45:46 +0000 |
commit | fbd8762e6e53b51a291716e77011eeb3edb8765d (patch) | |
tree | b4c5199fcd7d32fd5c75c384efda41f35653f394 | |
parent | dcdd0e37603215320d4fd175792aeef279a80606 (diff) | |
parent | 98414b343cbf5ce05eceacefb5ca51456b6e2751 (diff) |
Merge "Make _scan_nan a bit less visible for libandroid_support users."
-rw-r--r-- | libm/freebsd-compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libm/freebsd-compat.h b/libm/freebsd-compat.h index 5bdb9fa68..ee41e455a 100644 --- a/libm/freebsd-compat.h +++ b/libm/freebsd-compat.h @@ -36,4 +36,7 @@ #define digittoint __libm_digittoint int digittoint(char ch); +// Similarly rename _scan_nan. +#define _scan_nan __libm_scan_nan + #endif |