aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_lroundl.c
blob: 43d88849942266667f43b0bdb1f835a59f2c5ded (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/lib/msun/src/s_lroundl.c,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $");

#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"