Skip to content

Commit 0bc9d42

Browse files
committed
Update config_linux.h
1 parent 0fbaeab commit 0bc9d42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/cext/include/truffleruby/config_linux.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#define SIZEOF_TIME_T 8
7575
#define SIZEOF_CLOCK_T 8
7676
#define PACKED_STRUCT(x) x __attribute__((packed))
77+
#define USE_UNALIGNED_MEMBER_ACCESS 1
7778
#define PRI_LL_PREFIX "ll"
7879
#define HAVE_PID_T 1
7980
#define rb_pid_t pid_t
@@ -222,6 +223,7 @@
222223
#define HAVE_CRYPT 1
223224
#define HAVE_DUP2 1
224225
#define HAVE_ERF 1
226+
#define HAVE_EXPLICIT_BZERO 1
225227
#define HAVE_FFS 1
226228
#define HAVE_FINITE 1
227229
#define HAVE_FLOCK 1
@@ -351,6 +353,7 @@
351353
#define HAVE_WAITPID 1
352354
#define HAVE_CRYPT_H 1
353355
#define HAVE_STRUCT_CRYPT_DATA_INITIALIZED 1
356+
#define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
354357
#define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
355358
#define HAVE_BUILTIN___BUILTIN_BSWAP16 1
356359
#define HAVE_BUILTIN___BUILTIN_BSWAP32 1

0 commit comments

Comments
 (0)