diff options
Diffstat (limited to 'lib/msun/src/s_fabs.c')
-rw-r--r-- | lib/msun/src/s_fabs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/msun/src/s_fabs.c b/lib/msun/src/s_fabs.c index 15529e5..48aab25 100644 --- a/lib/msun/src/s_fabs.c +++ b/lib/msun/src/s_fabs.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * fabs(x) returns the absolute value of x. |