diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-27 20:42:31 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-27 20:42:31 +0200 |
commit | 0a5f81a44230cbd562b6d71a0a5be018e24a5ba6 (patch) | |
tree | 883f1cb3f5cc91053fb377c2ac28b2db1bd07ba1 /sys/src/9/port/portfns.h | |
parent | 71ac88392f2033256b29f22bd8afdd7374100e5a (diff) |
kernel: switch to fast portable chacha based seed-once random number generator
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r-- | sys/src/9/port/portfns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/portfns.h b/sys/src/9/port/portfns.h index bd0c6f16c..6f84fc691 100644 --- a/sys/src/9/port/portfns.h +++ b/sys/src/9/port/portfns.h @@ -126,6 +126,7 @@ void gotolabel(Label*); char* getconfenv(void); long hostdomainwrite(char*, int); long hostownerwrite(char*, int); +void (*hwrandbuf)(void*, ulong); void hzsched(void); Block* iallocb(int); void iallocsummary(void); |