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 = [
4343 "HAVE_SETENV_R=1" ,
4444 "HAVE_STRERROR_R=1" ,
4545 "HAVE_SYSEXITS_H=1" ,
46+ "HAVE_SYS_IOCTL_H=1" ,
4647 "HAVE_UNISTD_H=1" ,
4748]
4849
Original file line number Diff line number Diff line change 171171/* Define to 1 if you have the <sys/mman.h> header file. */
172172#define HAVE_SYS_MMAN_H 1
173173
174+ /* Define to 1 if you have the <sys/ioctl.h> header file. */
175+ /* HAVE_SYS_IOCTL_H defined in Bazel */
176+
174177/* Define to 1 if stat struct has st_mtimespec member .*/
175178/* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
176179
Original file line number Diff line number Diff line change 164164/* Define to 1 if you have the <sys/mman.h> header file. */
165165#cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
166166
167+ /* Define to 1 if you have the <sys/ioctl.h> header file. */
168+ #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
169+
167170/* Define to 1 if stat struct has st_mtimespec member .*/
168171#cmakedefine HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC ${HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC}
169172
You can’t perform that action at this time.
0 commit comments