aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fenv.c
blob: 80f7cc52ce50e73328233012b47f6b2fb15a3eba (plain)
1
2
3
4
5
/* no-op function as entry point for applications built between
   2010-09-11 and 2011-03-16.  That's the timeframe of _feinitialise
   being called from mainCRTStartup in crt0.o. */
void _feinitialise (void)
{}