]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD: fix a typo in my previous commit for VKI_AT_USRSTACKLIM define.
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 28 Oct 2022 15:04:26 +0000 (17:04 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 28 Oct 2022 15:04:26 +0000 (17:04 +0200)
include/vki/vki-freebsd.h

index 7f32c9cf86ad8bbaff3e73498b5b6c5a3c054b01..72633d471d8c20a1aa0e619dc283b7e1ce4178f2 100644 (file)
@@ -2517,7 +2517,7 @@ struct vki_ps_strings {
 #define VKI_AT_KPRELOAD        34
 /* added in FreeBSD 14 */
 #define VKI_AT_USRSTACKBASE 35
-#define VKI_T_USRSTACKLIM 36
+#define VKI_AT_USRSTACKLIM 36
 
 /* AT_COUNT depends on the FreeBSD version, not currently used */