Add syscall uuidgen() for generating Univerally Unique Identifiers

(UUIDs). On ia64 UUIDs, aka GUIDs, are used by EFI and the firmware
among others. To create GUID Partition Tables (GPTs), we need to
be able to generate UUIDs.
This commit is contained in:
Marcel Moolenaar 2002-05-28 05:58:06 +00:00
parent bf94613dfc
commit 494eefd86b

View File

@ -562,3 +562,4 @@
390 STD BSD { int kenv(int what, const char *name, char *value, \
int len); }
391 STD BSD { int lchflags(const char *path, int flags); }
392 STD BSD { int uuidgen(struct uuid *store, int count); }