Skip to content

Commit da8041f

Browse files
add some comment
1 parent 3e20597 commit da8041f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libc/src/stdlib/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ add_header_library(
2626
libc.src.__support.mpmc_stack
2727
libc.src.__support.threads.callonce
2828
libc.src.__support.threads.linux.raw_mutex
29-
libc.src.sys.auxv.getauxval
29+
libc.src.sys.auxv.getauxval # TODO: remove public entrypoint dependency
3030
libc.include.sys_syscall
3131
)

libc/src/stdlib/linux/vsdo_rng.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "src/__support/mpmc_stack.h"
1919
#include "src/__support/threads/callonce.h"
2020
#include "src/__support/threads/linux/raw_mutex.h"
21+
// TODO: this is public entrypoint, we should remove it later on.
2122
#include "src/sys/auxv/getauxval.h"
2223

2324
namespace LIBC_NAMESPACE_DECL {

0 commit comments

Comments
 (0)