2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

restorer: Implement own BUG_ON_HANDLER

Due to code specifics (we're running without
glibc support) we need own one.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Cyrill Gorcunov
2011-12-26 15:53:14 +04:00
parent f5a87742a0
commit d7ab5f2f7b
3 changed files with 22 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#define __NR_exit 60
#define __NR_flock 73
#define __NR_unlink 87
#define __NR_tgkill 131
#define __NR__sysctl 156
#define __NR_prctl 157
#define __NR_arch_prctl 158