From 7dbcca49ff3cf7c1fe3e7ebe327e58df5c8a9b0b Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Sat, 5 Aug 2023 10:51:55 +0200 Subject: slock-1.5 --- util.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h new file mode 100644 index 0000000..6f748b8 --- /dev/null +++ b/util.h @@ -0,0 +1,2 @@ +#undef explicit_bzero +void explicit_bzero(void *, size_t); -- cgit v1.2.3