> This patch (2nd of 4) includes various changes to Ada related C files > required for DJGPP support > > ChangeLog entry: > > 2016-07-30 Andris Pavenis <andris.pave...@iki.fi> > > * ada/ctrl_c.c: Do not use macro SA_RESTART for DJGPP. > > * ada/gsocket.h: Do not support sockets for DJGPP. > > * ada/init.c (timestruct_t): Define for DJGPP. > (nanosleep): Implement for DJGPP using usleep().
Why do you need to define nanosleep() here? I suspect this is no longer needed. If it is, would be good to know why. Arno