summaryrefslogtreecommitdiff
path: root/src/libbsd.map
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2015-09-23 19:37:37 +0200
committerGuillem Jover <guillem@hadrons.org>2015-09-24 05:47:58 +0200
commit45443583df0ece8523f6b9038e305fa6c01b63f7 (patch)
treeb2311ddf22dffa291d40a884df10237a93e7c2f1 /src/libbsd.map
parent8641d8aed711f74179915fe2fde89c9969ff7de4 (diff)
Add explicit_bzero() function from OpenBSD
Diffstat (limited to 'src/libbsd.map')
-rw-r--r--src/libbsd.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libbsd.map b/src/libbsd.map
index 29e84fd..2b9a3db 100644
--- a/src/libbsd.map
+++ b/src/libbsd.map
@@ -132,3 +132,7 @@ LIBBSD_0.7 {
_time_to_int;
_int_to_time;
} LIBBSD_0.6;
+
+LIBBSD_0.8 {
+ explicit_bzero;
+} LIBBSD_0.7;