Commit faf67c2a by legoater

fix syscall number

parent ba2aee2c
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#if __i386__ #if __i386__
# define __NR_checkpoint 334 # define __NR_checkpoint 333
static inline long sys_checkpoint(pid_t pid, int fd, unsigned long flags) static inline long sys_checkpoint(pid_t pid, int fd, unsigned long flags)
{ {
return syscall(__NR_checkpoint, pid, fd, flags); return syscall(__NR_checkpoint, pid, fd, flags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment