commit | 60a39566f0b18af70763c8344c9f92e76801b001 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Sep 18 00:50:31 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 18 00:50:31 2020 +0000 |
tree | 83f55be7bbd00fe4ee15f956a0b6a1ab6c65d1ba | |
parent | 66ae134614cbac430d12fde8b6d51cd02ae432a8 [diff] | |
parent | fee514e7149cf1b4223633252db02d54e9369676 [diff] |
Merge "Make it clearer that math.h isn't fdlibm."
diff --git a/libc/include/math.h b/libc/include/math.h index 7efc83a..8c084b2 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 @@ #endif __END_DECLS - -#endif