2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 00:35:23 +00:00

syscalls: Add proper syscalls definition.

Signed-off-by: Pavel Tikhomirov <snorcht@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Tikhomirov
2013-06-27 23:32:17 +04:00
committed by Pavel Emelyanov
parent dd38ae16d1
commit 652ce02eeb
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ struct rusage;
struct file_handle;
struct robust_list_head;
struct itimerspec;
#ifndef F_GETFD
#define F_GETFD 1
#endif