We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a66dc commit 0ec5b33Copy full SHA for 0ec5b33
libc/src/sys/random/linux/getrandom.cpp
@@ -8,9 +8,9 @@
8
9
#include "src/sys/random/getrandom.h"
10
11
+#include "src/__support/OSUtil/getrandom.h"
12
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
13
#include "src/__support/common.h"
-#include "src/__support/OSUtil/getrandom.h"
14
15
#include "src/__support/libc_errno.h"
16
#include "src/__support/macros/config.h"
0 commit comments