diff options
author | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
---|---|---|
committer | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
commit | 7e4fe6a28b718ab97c08811566238af2893ca65b (patch) | |
tree | 5413a5ec890b5a1ac4fbbe4548b5014e41a2591b /libc/include/math.h | |
parent | dcdcb3fa15004669823a3a118189d9d72ff30852 (diff) | |
parent | ab08b955a34423d53b28a6210e7530e67241af4a (diff) |
Merge SP1A.200921.001
Change-Id: Id2ab019914bb555dadf52c46b8403c0d5fb3c20a
Diffstat (limited to 'libc/include/math.h')
-rw-r--r-- | libc/include/math.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libc/include/math.h b/libc/include/math.h index 7efc83a31..8c084b2d1 100644 --- a/libc/include/math.h +++ b/libc/include/math.h @@ -10,12 +10,10 @@ */ /* - * from: @(#)fdlibm.h 5.1 93/09/24 - * $FreeBSD$ + * Originally based on fdlibm.h 5.1 via FreeBSD. */ -#ifndef _MATH_H_ -#define _MATH_H_ +#pragma once #include <sys/cdefs.h> #include <limits.h> @@ -408,5 +406,3 @@ void sincosl(long double __x, long double* __sin, long double* __cos); #endif __END_DECLS - -#endif |