From 08e3aadd9b6d64dfabbd37581ef0d4d6d649444f Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 6 Nov 2024 08:40:23 -0500 Subject: Initial overall to match latest updates --- slocko/util.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 slocko/util.h (limited to 'slocko/util.h') diff --git a/slocko/util.h b/slocko/util.h new file mode 100644 index 0000000..6f748b8 --- /dev/null +++ b/slocko/util.h @@ -0,0 +1,2 @@ +#undef explicit_bzero +void explicit_bzero(void *, size_t); -- cgit v1.2.3-54-g00ecf