mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
Acked-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Adrian Reber <areber@redhat.com>
9 lines
214 B
C
9 lines
214 B
C
#ifndef __COMPEL_ERRNO_H__
|
|
#define __COMPEL_ERRNO_H__
|
|
|
|
#define ERESTARTSYS 512
|
|
#define ERESTARTNOINTR 513
|
|
#define ERESTARTNOHAND 514
|
|
#define ERESTART_RESTARTBLOCK 516
|
|
|
|
#endif /* __CR_ERRNO_H__ */
|