aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/gen/flt_rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arm/gen/flt_rounds.c')
-rw-r--r--lib/libc/arm/gen/flt_rounds.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/arm/gen/flt_rounds.c b/lib/libc/arm/gen/flt_rounds.c
index 17ca3fb9aa90..7621262419a4 100644
--- a/lib/libc/arm/gen/flt_rounds.c
+++ b/lib/libc/arm/gen/flt_rounds.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2012 Ian Lepore <freebsd@damnhippie.dyndns.org>
* All rights reserved.
@@ -26,9 +26,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <fenv.h>
#include <float.h>