9 lines
92 B
C
9 lines
92 B
C
|
#ifndef _ERRNO_H
|
||
|
#define _ERRNO_H
|
||
|
|
||
|
extern int errno;
|
||
|
|
||
|
#include <luna/SystemError.h>
|
||
|
|
||
|
#endif
|