2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-27 20:37:57 +00:00
criu/compel/include/errno.h

10 lines
199 B
C
Raw Permalink Normal View History

#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__ */