aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_ctanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_ctanh.c')
-rw-r--r--lib/msun/src/s_ctanh.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/msun/src/s_ctanh.c b/lib/msun/src/s_ctanh.c
index e5840a1bf67b..690436343437 100644
--- a/lib/msun/src/s_ctanh.c
+++ b/lib/msun/src/s_ctanh.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2011 David Schultz
* All rights reserved.
@@ -65,9 +65,6 @@
* precision. I also handle large x differently.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <complex.h>
#include <math.h>