On 08/18/2016 12:40 PM, Arnaud Charlet wrote: >> This patch (2nd of 4) includes various changes to Ada related C files >> required for DJGPP support >> >> ChangeLog entry: >> >> 2016-07-30 Andris Pavenis >> >> * 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 Thanks for notice. It is really no more needed. Updated patch is in attachment. New changelog entry is also there Andris