aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_syscall.h
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-11-17 20:12:25 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-11-17 20:12:25 +0000
commite02f64d9b88ce33313755f4a94c46a7839a23f10 (patch)
treee354622a10d24d81fe6f1e163a9e39b1406c0820 /sys/compat/freebsd32/freebsd32_syscall.h
parente3e811a3f824ad839e9c33ae8c0e3d2165fc1911 (diff)
downloadsrc-e02f64d9b88ce33313755f4a94c46a7839a23f10.tar.gz
src-e02f64d9b88ce33313755f4a94c46a7839a23f10.zip
freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer. abort2 doesn't return so make the return type void freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago. Reviewed by: kevans
Diffstat (limited to 'sys/compat/freebsd32/freebsd32_syscall.h')
-rw-r--r--sys/compat/freebsd32/freebsd32_syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h
index 169615446373..c57cce7c5343 100644
--- a/sys/compat/freebsd32/freebsd32_syscall.h
+++ b/sys/compat/freebsd32/freebsd32_syscall.h
@@ -386,7 +386,7 @@
#define FREEBSD32_SYS_freebsd32_kmq_timedsend 460
#define FREEBSD32_SYS_freebsd32_kmq_notify 461
#define FREEBSD32_SYS_kmq_unlink 462
-#define FREEBSD32_SYS_abort2 463
+#define FREEBSD32_SYS_freebsd32_abort2 463
#define FREEBSD32_SYS_thr_set_name 464
#define FREEBSD32_SYS_freebsd32_aio_fsync 465
#define FREEBSD32_SYS_rtprio_thread 466