aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-04-06 22:12:19 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-04-06 22:12:19 +0200
commit3e2654a33d8b1124f30b0b76bff07ad9dae81408 (patch)
tree5d75c9826a14fd8146fe5f3fc66c9d3fd53ca531 /util.h
downloadslock-3e2654a33d8b1124f30b0b76bff07ad9dae81408.tar.gz
slock-3e2654a33d8b1124f30b0b76bff07ad9dae81408.tar.bz2
slock-3e2654a33d8b1124f30b0b76bff07ad9dae81408.tar.xz
slock-3e2654a33d8b1124f30b0b76bff07ad9dae81408.zip
initialHEADmaster
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
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);