mirror of
https://github.com/frida/tinycc
synced 2025-02-08 11:24:01 +03:00
Add max_align_t to stddef.h
This commit is contained in:
parent
f21b53b5ed
commit
7eceba178d
@ -8,6 +8,8 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||
typedef __PTRDIFF_TYPE__ intptr_t;
|
||||
typedef __SIZE_TYPE__ uintptr_t;
|
||||
|
||||
typedef union { long long __ll; long double __ld; } max_align_t;
|
||||
|
||||
#ifndef __int8_t_defined
|
||||
#define __int8_t_defined
|
||||
typedef signed char int8_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user