Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • test
2 results

constants.h

Blame
    • Simon Ruderich's avatar
      dde5dd91
      Remove all hooking code · dde5dd91
      Simon Ruderich authored
      Instead we always default to NO_HOOK and run the syscall directly from
      the signal handler. This is only marginally slower and requires a lot
      less (complicated) code.
      
      It will also simplify future changes for threads with clone(2) which
      would require duplicating between the hooking and no hooking code.
      dde5dd91
      History
      Remove all hooking code
      Simon Ruderich authored
      Instead we always default to NO_HOOK and run the syscall directly from
      the signal handler. This is only marginally slower and requires a lot
      less (complicated) code.
      
      It will also simplify future changes for threads with clone(2) which
      would require duplicating between the hooking and no hooking code.