You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Window's subsystem Ubuntu 18.04, when I call make, it gives an error
randombytes.c:77:10: warning: implicit declaration of function ‘syscall’; did you mean ‘sysconf’? [-Wimplicit-function-declaration]
ret = syscall(SYS_getrandom, (char *)buf + offset, chunk, 0);
should I comment #include <sys/syscall.h> from random.h file? Or what is the solution? Please help.
I am trying to use this library in EOS smart contract.
The text was updated successfully, but these errors were encountered:
I am using Window's subsystem Ubuntu 18.04, when I call
make
, it gives an errorshould I comment
#include <sys/syscall.h>
fromrandom.h
file? Or what is the solution? Please help.I am trying to use this library in EOS smart contract.
The text was updated successfully, but these errors were encountered: