From e61da07522a060da98fa3a56db3d0360469b26cf Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:19:14 -0500 Subject: organize repository layout --- core/slock/util.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/slock/util.h (limited to 'core/slock/util.h') diff --git a/core/slock/util.h b/core/slock/util.h new file mode 100644 index 0000000..6f748b8 --- /dev/null +++ b/core/slock/util.h @@ -0,0 +1,2 @@ +#undef explicit_bzero +void explicit_bzero(void *, size_t); -- cgit v1.2.3