mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-17 23:43:17 +03:00
lss: Fix '__NT_getrandom' definition
This commit is contained in:
parent
1f0224f0e4
commit
c266afbdb4
4
src/third_party/lss/linux_syscall_support.h
vendored
4
src/third_party/lss/linux_syscall_support.h
vendored
@ -1442,8 +1442,8 @@ struct kernel_statfs {
|
||||
#ifndef __NR_ioprio_get
|
||||
#define __NR_ioprio_get (__NR_Linux + 274)
|
||||
#endif
|
||||
#ifndef __NT_getrandom
|
||||
#define (__NR_Linux + 313)
|
||||
#ifndef __NR_getrandom
|
||||
#define __NR_getrandom (__NR_Linux + 313)
|
||||
#endif
|
||||
/* End of MIPS (64bit API) definitions */
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user