Moved stdlib to a seperate folder and added some more headers that are required for compiling libgcc (no implementation yet).
This commit is contained in:
9
targets/_any/stdlib/include/sys/types.h
Normal file
9
targets/_any/stdlib/include/sys/types.h
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(BAD_APPLE_OS_SYS_TYPES_H_INCLUDED)
|
||||
#define BAD_APPLE_OS_SYS_TYPES_H_INCLUDED
|
||||
|
||||
typedef int pid_t;
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_SYS_TYPES_H_INCLUDED)
|
||||
Reference in New Issue
Block a user