|
From: Jeremy F. <je...@go...> - 2004-07-29 01:03:31
|
On Wed, 2004-07-28 at 23:59 +0100, Tom Hughes wrote: > This means that a PRE routine can alter sys_flags in the thread > state if necessary, either to change the blocking flag, or to > indicate that POST needs to be called on fail. Yes, good. > The patch is attached - it also fixes the nanosleep issue you > mentioned. Unless somebody spots a problem I'll commit this and > then use it to fix the shmat bug. Looks good. Little style issue though: can you define the flags with (1 << 0), (1 << 1), etc? J |