summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-01-03 00:45:57 +0000
committermarcel <marcel@FreeBSD.org>2005-01-03 00:45:57 +0000
commit413099920e8312ef2b6ce916e08ff37e9c637c20 (patch)
tree124f1721462243dc180b28ff5a58a068163ac6f1 /sys/kern
parentc146b8722acabc9cdd5c98b3179825d1bc99a3f6 (diff)
downloadFreeBSD-src-413099920e8312ef2b6ce916e08ff37e9c637c20.zip
FreeBSD-src-413099920e8312ef2b6ce916e08ff37e9c637c20.tar.gz
uuidgen(2) is MP safe.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 76d4a06..790a3bf 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -556,7 +556,7 @@
390 STD { int kenv(int what, const char *name, char *value, \
int len); }
391 STD { int lchflags(const char *path, int flags); }
-392 STD { int uuidgen(struct uuid *store, int count); }
+392 MSTD { int uuidgen(struct uuid *store, int count); }
393 MSTD { int sendfile(int fd, int s, off_t offset, size_t nbytes, \
struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
394 MSTD { int mac_syscall(const char *policy, int call, \
OpenPOWER on IntegriCloud