summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-06-26 18:36:16 +0000
committerjhb <jhb@FreeBSD.org>2006-06-26 18:36:16 +0000
commitddfdf64e37a4a67a6b62d78986136a71c1206bec (patch)
tree56c12e17bc56df98c0765e897638ad14c0f84bb7 /sys/amd64
parent0c2aff7d25fee378e36ce653ab8d1a2ee5e29f72 (diff)
downloadFreeBSD-src-ddfdf64e37a4a67a6b62d78986136a71c1206bec.zip
FreeBSD-src-ddfdf64e37a4a67a6b62d78986136a71c1206bec.tar.gz
linux_brk() is MPSAFE.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 9e8c2c8..a29068a 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -103,7 +103,7 @@
42 AUE_PIPE MSTD { int linux_pipe(l_ulong *pipefds); }
43 AUE_NULL MSTD { int linux_times(struct l_times_argv *buf); }
44 AUE_NULL UNIMPL prof
-45 AUE_NULL STD { int linux_brk(l_ulong dsend); }
+45 AUE_NULL MSTD { int linux_brk(l_ulong dsend); }
46 AUE_SETGID MSTD { int linux_setgid16(l_gid16_t gid); }
47 AUE_GETGID MSTD { int linux_getgid16(void); }
48 AUE_NULL MSTD { int linux_signal(l_int sig, \
OpenPOWER on IntegriCloud