Skip to content

Commit

Permalink
Merge remote-tracking branch 'abeato/remove-signal-hooks'
Browse files Browse the repository at this point in the history
  • Loading branch information
morphis committed Jul 7, 2016
2 parents b363110 + edb7d5d commit 41edbef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hybris/common/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2643,6 +2643,11 @@ static struct _hook hooks_mm[] = {
{"getpwuid", getpwuid},
{"getpwnam", getpwnam},
/* signal.h */
/* Hooks commented out for the moment as we need proper translations between
* bionic and glibc types for them to work (for instance, sigset_t has
* different definitions in each library).
*/
#if 0
{"sigaction", sigaction},
{"sigaddset", sigaddset},
{"sigaltstack", sigaltstack},
Expand All @@ -2666,6 +2671,7 @@ static struct _hook hooks_mm[] = {
{"sigtimedwait", sigtimedwait},
{"sigwait", sigwait},
{"sigwaitinfo", sigwaitinfo},
#endif
/* dirent.h */
{"scandir", _hybris_hook_scandir},
{"scandirat", _hybris_hook_scandirat},
Expand Down

0 comments on commit 41edbef

Please sign in to comment.