Signals, 2nd pass: syscall restarting now only works on EINTR (removed other exotic retcodes like ERESTARTSYS); signal handlers now receive 3 args, and the vregs struct is used to save the signal context, making the system beos compatible.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1681 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -178,10 +178,6 @@ enum {
|
||||
#define EOPNOTSUPP (B_POSIX_ERROR_BASE + 43)
|
||||
#define ENOTSOCK (B_POSIX_ERROR_BASE + 44)
|
||||
|
||||
#define ERESTARTSYS (B_POSIX_ERROR_BASE + 45)
|
||||
#define ERESTARTNOINTR (B_POSIX_ERROR_BASE + 46)
|
||||
#define ERESTARTNOHAND (B_POSIX_ERROR_BASE + 47)
|
||||
|
||||
#define ENOMEM B_NO_MEMORY
|
||||
#define EACCES B_PERMISSION_DENIED
|
||||
#define EINTR B_INTERRUPTED
|
||||
|
||||
Reference in New Issue
Block a user