lib: c: io: add sys/types.h
This commit is contained in:
10
lib/libc/include/sys/types.h
Normal file
10
lib/libc/include/sys/types.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef SYS_TYPES_H_
|
||||
#define SYS_TYPES_H_
|
||||
|
||||
#include <mango/types.h>
|
||||
|
||||
#define SEEK_SET 0
|
||||
#define SEEK_CUR 1
|
||||
#define SEEK_END 2
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user