summaryrefslogtreecommitdiffstats
path: root/slock/util.h
diff options
context:
space:
mode:
authorkj-sh6042024-06-30 07:12:18 -0400
committerkj-sh6042024-06-30 07:12:18 -0400
commit563f062c439396cf25f0d0f0c27cea6af8571306 (patch)
tree38d5826191793ee2e940df49bf7011a44d3dd039 /slock/util.h
parent4845a54b10b72987d5cf085dabccfc77de1f29d7 (diff)
kj-gitbot: slock/
Diffstat (limited to 'slock/util.h')
-rw-r--r--slock/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/slock/util.h b/slock/util.h
new file mode 100644
index 0000000..6f748b8
--- /dev/null
+++ b/slock/util.h
@@ -0,0 +1,2 @@
+#undef explicit_bzero
+void explicit_bzero(void *, size_t);