Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
3abb2db9
Commit
3abb2db9
authored
May 29, 2018
by
Evan Hunt
Browse files
fix missing config.h and win32 symbols
parent
0369ee1b
Pipeline
#2002
passed with stages
in 7 minutes and 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/isc/win32/libisc.def.in
View file @
3abb2db9
...
...
@@ -471,6 +471,7 @@ isc_netaddr_setzone
isc_netaddr_totext
isc_netaddr_unspec
isc_netscope_pton
isc_nonce_buf
isc_ntpaths_get
isc_ntpaths_init
isc_once_do
...
...
@@ -505,7 +506,9 @@ isc_radix_insert
isc_radix_process
isc_radix_remove
isc_radix_search
isc_random
isc_random8
isc_random16
isc_random32
isc_random_buf
isc_random_uniform
isc_ratelimiter_attach
...
...
lib/isc/xoshiro128starstar.c
View file @
3abb2db9
...
...
@@ -20,6 +20,8 @@
* See <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
#include <config.h>
#include <stdint.h>
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment