File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ if (NOT ${getrandom_index} EQUAL -1)
1515 message (STATUS "Using getrandom for hashtable randomness" )
1616 set (randomness_compile_flags -DLIBC_HASHTABLE_USE_GETRANDOM)
1717 set (randomness_extra_depends
18- libc.src.sys.random.getrandom libc.src.errno.errno)
18+ libc.src.__support.OSUtil.linux.getrandom
19+ libc.hdr.errno_macros)
1920endif ()
2021
2122
Original file line number Diff line number Diff line change 1414#include " src/__support/macros/attributes.h"
1515#include " src/__support/macros/config.h"
1616#if defined(LIBC_HASHTABLE_USE_GETRANDOM)
17+ #include " hdr/errno_macros.h"
1718#include " src/__support/OSUtil/linux/getrandom.h"
18- #include " src/__support/libc_errno.h"
1919#endif
2020
2121namespace LIBC_NAMESPACE_DECL {
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ add_header_library(
2929 HDRS
3030 getrandom.h
3131 DEPENDS
32- libc.src.__support.OSUtil.linux.syscall
32+ libc.src.__support.OSUtil.osutil
3333 libc.src.__support.common
3434 libc.src.__support.error_or
35- libc.src.__support.macros .config.h
35+ libc.src.__support.macros .config
3636 libc.hdr.types.ssize_t
3737 libc.include .sys_syscall
3838)
You can’t perform that action at this time.
0 commit comments