Errno.h
errno.h 파일에는 여러가지 에러코드에 대한 정의가 수록되어 있다. 여기에 그 내용을 싣는다. /usr/include/asm-generic/errno.h #ifndef _ASM_GENERIC_ERRNO_H#define _ASM_GENERIC_ERRNO_H #include <asm-generic/errno-base.h> #define EDEADLK 35 /* Resource deadlock would occur */#define ENAMETOOLONG 36 /* File name too long */#define ENOLCK 37 /* No record locks available */#define […]
Recent Comments