diff options
| author | kj-sh604 | 2024-06-30 07:12:18 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-06-30 07:12:18 -0400 |
| commit | 563f062c439396cf25f0d0f0c27cea6af8571306 (patch) | |
| tree | 38d5826191793ee2e940df49bf7011a44d3dd039 /slock/util.h | |
| parent | 4845a54b10b72987d5cf085dabccfc77de1f29d7 (diff) | |
kj-gitbot: slock/
Diffstat (limited to 'slock/util.h')
| -rw-r--r-- | slock/util.h | 2 |
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); |
