comparison packages/compat/posix/current/ChangeLog @ 2247:95427ba4245a

* src/signal.cxx (pause): Although already POSIX compliant, if we wait for all signals, behaviour is more Linux-like.
author jlarmour
date Tue, 18 Jul 2006 16:00:46 +0000
parents e11e2c73b1b2
children 6f68e28560d3
comparison
equal deleted inserted replaced
2246:cf44f62361c7 2247:95427ba4245a
1 2006-07-18 Jonathan Larmour <jifl@eCosCentric.com>
2
3 * src/signal.cxx (pause): Although already POSIX compliant, if we wait
4 for all signals, behaviour is more Linux-like.
5
1 2006-06-13 Dan Jakubiec <dan.jakubiec@systech.com> 6 2006-06-13 Dan Jakubiec <dan.jakubiec@systech.com>
2 7
3 * src/time.cxx: (nanosleep): Fixed to return EINTR when it is 8 * src/time.cxx: (nanosleep): Fixed to return EINTR when it is
4 interrupted by a signal. This in turn fixed sleep() to return the 9 interrupted by a signal. This in turn fixed sleep() to return the
5 number of unelapsed seconds when interrupted by a signal. 10 number of unelapsed seconds when interrupted by a signal.