File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
llvm-project-overlay/llvm Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ posix_defines = [
43
43
"HAVE_SETENV_R=1" ,
44
44
"HAVE_STRERROR_R=1" ,
45
45
"HAVE_SYSEXITS_H=1" ,
46
+ "HAVE_SYS_IOCTL_H=1" ,
46
47
"HAVE_UNISTD_H=1" ,
47
48
]
48
49
Original file line number Diff line number Diff line change 171
171
/* Define to 1 if you have the <sys/mman.h> header file. */
172
172
#define HAVE_SYS_MMAN_H 1
173
173
174
+ /* Define to 1 if you have the <sys/ioctl.h> header file. */
175
+ /* HAVE_SYS_IOCTL_H defined in Bazel */
176
+
174
177
/* Define to 1 if stat struct has st_mtimespec member .*/
175
178
/* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
176
179
Original file line number Diff line number Diff line change 164
164
/* Define to 1 if you have the <sys/mman.h> header file . */
165
165
#cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
166
166
167
+ /* Define to 1 if you have the <sys/ioctl.h> header file . */
168
+ #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
169
+
167
170
/* Define to 1 if stat struct has st_mtimespec member .*/
168
171
#cmakedefine HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC ${HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC}
169
172
You can’t perform that action at this time.
0 commit comments