K 10 svn:author V 5 peter K 8 svn:date V 27 2000-09-05T09:35:36.000000Z K 7 svn:log V 301 Remove the SIGSYS handler and wrapper around the __getcwd() syscall. It was kinda silly since the sigaction() syscall that it used to setup the handler is more recent than __getcwd(), therefore it was useless as the wrapper would have died before even getting as far as __getcwd(2). Reminded by: bde END