mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-09 14:55:25 +00:00
tpws: multi thread resolver
This commit is contained in:
15
tpws/sec.c
15
tpws/sec.c
@@ -32,24 +32,9 @@ SYS_execveat,
|
||||
#ifdef SYS_exec_with_loader
|
||||
SYS_exec_with_loader,
|
||||
#endif
|
||||
#ifdef SYS_clone
|
||||
SYS_clone,
|
||||
#endif
|
||||
#ifdef SYS_clone2
|
||||
SYS_clone2,
|
||||
#endif
|
||||
#ifdef SYS_clone3
|
||||
SYS_clone3,
|
||||
#endif
|
||||
#ifdef SYS_osf_execve
|
||||
SYS_osf_execve,
|
||||
#endif
|
||||
#ifdef SYS_fork
|
||||
SYS_fork,
|
||||
#endif
|
||||
#ifdef SYS_vfork
|
||||
SYS_vfork,
|
||||
#endif
|
||||
#ifdef SYS_uselib
|
||||
SYS_uselib,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user