diff options
Diffstat (limited to 'lib/libc/i386/gen/ldexp.c')
-rw-r--r-- | lib/libc/i386/gen/ldexp.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/i386/gen/ldexp.c b/lib/libc/i386/gen/ldexp.c index 3ee9e090..bb82b14 100644 --- a/lib/libc/i386/gen/ldexp.c +++ b/lib/libc/i386/gen/ldexp.c @@ -34,10 +34,8 @@ * SUCH DAMAGE. */ -#if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif /* LIBC_RCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * ldexp(value, exp): return value * (2 ** exp). |