Can anyone point me towards a definitive list of POSIX cancellation points?
I was just about to answer a question on stackoverflow and realised I didn't know my stuff well enough! In particular, are accept() and select() cancellation points? I have an old book that says no, but I've seen sites on the internet claim that they are. Confused!
I am also after a list of Linux cancellation points if that is different.