Revert "Set SA_RESTORER in sigaction()"

This reverts commit e4fa46e75c.
This commit is contained in:
Dima Zavin
2010-07-29 19:12:04 -07:00
parent 7ed132a1ae
commit 18c5bcc66a
8 changed files with 6 additions and 50 deletions

View File

@@ -142,7 +142,6 @@ int __rt_sigaction (int sig, const struct sigaction *act, struct si
int __rt_sigprocmask (int how, const sigset_t *set, sigset_t *oset, size_t sigsetsize);
int __rt_sigtimedwait (const sigset_t *set, struct siginfo_t *info, struct timespec_t *timeout, size_t sigset_size);
int sigpending (sigset_t *);
int __sigaction (int, const struct sigaction *, struct sigaction *);
int socket (int, int, int);
int socketpair (int, int, int, int*);
int bind (int, struct sockaddr *, int);