haypo@selma$ touch Python/random.c
haypo@selma$ LANG= make
gcc -pthread -c -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes -O0 -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -I. -I./Include -DPy_BUILD_CORE -o Python/random.o Python/random.c
Python/random.c: In function 'py_getrandom':
Python/random.c:128:17: warning: implicit declaration of function 'getrandom'; did you mean 'py_getrandom'? [-Wimplicit-function-declaration]
n = getrandom(dest, n, flags);
^~~~~~~~~
py_getrandom |