summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/fenv.h
AgeCommit message (Collapse)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-03-14LibC: Rename feclearexcept{s,}Ben Wiederhake
This will also help with making ports compile again :D https://github.com/SerenityOS/serenity/pull/5762#issuecomment-798779561
2021-03-04LibC: Fix typo in fenv.hMițca Dumitru
`FE_TOWARDSZERO` is actually spelled `FE_TOWARDZERO` (without the 'S')
2021-03-01LibC: Implement fenv.hMițca Dumitru