Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libm / ld / s_lrintl.c
blob497b442f32d71071f6764a6a64a0cdc437bc1c16
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
4 #define type long double
5 #define roundit rintl
6 #define dtype long
7 #define fn lrintl
9 #include "s_lrint.c"