Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
errno.h
Go to the documentation of this file.
1 
4 #ifndef __KERNEL_ERRNO_H__
5 #define __KERNEL_ERRNO_H__
6 
7 #define ERESTARTSYS 512
9 #endif