File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
lib/cext/include/truffleruby Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 74
74
#define SIZEOF_TIME_T 8
75
75
#define SIZEOF_CLOCK_T 8
76
76
#define PACKED_STRUCT (x ) x __attribute__((packed))
77
+ #define USE_UNALIGNED_MEMBER_ACCESS 1
77
78
#define PRI_LL_PREFIX "ll"
78
79
#define HAVE_PID_T 1
79
80
#define rb_pid_t pid_t
222
223
#define HAVE_CRYPT 1
223
224
#define HAVE_DUP2 1
224
225
#define HAVE_ERF 1
226
+ #define HAVE_EXPLICIT_BZERO 1
225
227
#define HAVE_FFS 1
226
228
#define HAVE_FINITE 1
227
229
#define HAVE_FLOCK 1
351
353
#define HAVE_WAITPID 1
352
354
#define HAVE_CRYPT_H 1
353
355
#define HAVE_STRUCT_CRYPT_DATA_INITIALIZED 1
356
+ #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
354
357
#define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
355
358
#define HAVE_BUILTIN___BUILTIN_BSWAP16 1
356
359
#define HAVE_BUILTIN___BUILTIN_BSWAP32 1
You can’t perform that action at this time.
0 commit comments