On Fri, 19 Dec 2003 17:56:50 -0500, Ted Baker <baker at cs.fsu.edu> wrote: > How are you going to implement this version of read() that raises the > exeption? The glibc/NPTL pthread library throws an exception. read() is compiled with the necessary unwind information so that the exception will propagate out of it. Jason