File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
lib/cext/include/truffleruby Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 163
163
#define RUBY_FUNC_NONNULL (n ,x ) __attribute__ ((__nonnull__(n))) x
164
164
#define RUBY_FUNCTION_NAME_STRING __func__
165
165
#define ENUM_OVER_INT 1
166
- #define HAVE_DECL_SYS_NERR 1
166
+ #define HAVE_DECL_SYS_NERR 0
167
167
#define HAVE_DECL_GETENV 1
168
168
#define SIZEOF_SIZE_T 8
169
169
#define SIZEOF_PTRDIFF_T 8
170
170
#define PRI_SIZE_PREFIX "z"
171
171
#define PRI_PTRDIFF_PREFIX "t"
172
172
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
173
- #define HAVE_ST_BLKSIZE 1
174
173
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
175
- #define HAVE_ST_BLOCKS 1
176
174
#define HAVE_STRUCT_STAT_ST_RDEV 1
177
- #define HAVE_ST_RDEV 1
178
175
#define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
179
176
#define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
180
177
#define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
277
274
#define HAVE_GETGRNAM 1
278
275
#define HAVE_GETGRNAM_R 1
279
276
#define HAVE_GETGROUPS 1
277
+ #define HAVE_GETLOGIN 1
278
+ #define HAVE_GETLOGIN_R 1
280
279
#define HAVE_GETPGID 1
281
280
#define HAVE_GETPGRP 1
282
281
#define HAVE_GETPRIORITY 1
282
+ #define HAVE_GETPWNAM 1
283
283
#define HAVE_GETPWNAM_R 1
284
+ #define HAVE_GETPWUID 1
285
+ #define HAVE_GETPWUID_R 1
284
286
#define HAVE_GETRANDOM 1
285
287
#define HAVE_GETRESGID 1
286
288
#define HAVE_GETRESUID 1
292
294
#define HAVE_INITGROUPS 1
293
295
#define HAVE_IOCTL 1
294
296
#define HAVE_KILLPG 1
297
+ #define HAVE_LCHMOD 1
295
298
#define HAVE_LCHOWN 1
296
299
#define HAVE_LINK 1
297
300
#define HAVE_LLABS 1
You can’t perform that action at this time.
0 commit comments