diff options
Diffstat (limited to 'lib/msun/ld128/s_exp2l.c')
| -rw-r--r-- | lib/msun/ld128/s_exp2l.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/msun/ld128/s_exp2l.c b/lib/msun/ld128/s_exp2l.c index ee3d2c782cf8..249cb4cb8bb0 100644 --- a/lib/msun/ld128/s_exp2l.c +++ b/lib/msun/ld128/s_exp2l.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. @@ -26,9 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <float.h> #include <stdint.h> |
