aboutsummaryrefslogtreecommitdiff
path: root/utils/fake_libc_include/_fake_typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fake_libc_include/_fake_typedefs.h')
-rw-r--r--utils/fake_libc_include/_fake_typedefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/fake_libc_include/_fake_typedefs.h b/utils/fake_libc_include/_fake_typedefs.h
index 3d8bfbd..b366239 100644
--- a/utils/fake_libc_include/_fake_typedefs.h
+++ b/utils/fake_libc_include/_fake_typedefs.h
@@ -94,8 +94,10 @@ typedef int pthread_spinlock_t;
typedef int pthread_barrier_t;
typedef int pthread_barrierattr_t;
typedef int jmp_buf;
+typedef int rlim_t;
typedef int sigjmp_buf;
typedef int stack_t;
+typedef int siginfo_t;
/* C99 exact-width integer types */
typedef int int8_t;