| Index: src/trusted/service_runtime/include/bits/nacl_syscalls.h
|
| diff --git a/src/trusted/service_runtime/include/bits/nacl_syscalls.h b/src/trusted/service_runtime/include/bits/nacl_syscalls.h
|
| index 4b24e2ea0209962265b27903711b381c32574419..be3fe4512a959a090c1c6a04762a8a05252b5afe 100644
|
| --- a/src/trusted/service_runtime/include/bits/nacl_syscalls.h
|
| +++ b/src/trusted/service_runtime/include/bits/nacl_syscalls.h
|
| @@ -126,6 +126,8 @@
|
| #define NACL_sys_readlink 146
|
| #define NACL_sys_utimes 147
|
|
|
| -#define NACL_MAX_SYSCALLS 148
|
| +#define NACL_sys_get_random_bytes 150
|
| +
|
| +#define NACL_MAX_SYSCALLS 151
|
|
|
| #endif
|
|
|