aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/frexp.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12lib9: make a p9frexp function wrapping system frexpRuss Cox1-0/+9
Under certain conditions it looks like frexp gets #defined to something else on macOS during system headers, which then breaks the declaration in libc.h.