aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_lroundl.c
blob: e410827e2622014df79e30387f4b8995d97b7ec3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

#define type		long double
#define	roundit		roundl
#define dtype		long
#define	DTYPE_MIN	LONG_MIN
#define	DTYPE_MAX	LONG_MAX
#define	fn		lroundl

#include "s_lround.c"