Cygwin: mmap: use 64K pages for bookkeeping, second attempt
[newlib-cygwin.git] / newlib / libm / ld / s_llroundl.c
blob02c44eb4bdececb2792b95393d892be6c5ea015e
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
4 #define type long double
5 #define roundit roundl
6 #define dtype long long
7 #define DTYPE_MIN LLONG_MIN
8 #define DTYPE_MAX LLONG_MAX
9 #define fn llroundl
11 #include "s_lround.c"