Add explicit_bzero() function from OpenBSD

This commit is contained in:
Guillem Jover
2015-09-23 19:37:37 +02:00
parent 8641d8aed7
commit 45443583df
9 changed files with 148 additions and 0 deletions

View File

@@ -132,3 +132,7 @@ LIBBSD_0.7 {
_time_to_int;
_int_to_time;
} LIBBSD_0.6;
LIBBSD_0.8 {
explicit_bzero;
} LIBBSD_0.7;