mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix typo in getentropy(2).
This commit is contained in:
parent
4335c7f001
commit
9380ed82ac
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*
|
||||
* unistd/getentropy.c
|
||||
* Read entropy into an user buffer.
|
||||
* Read entropy into a user buffer.
|
||||
*/
|
||||
|
||||
#include <sys/syscall.h>
|
||||
|
|
Loading…
Reference in a new issue