mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 01:56:00 -04:00
Check if chroot exists
This commit is contained in:
parent
96855b5449
commit
574d3147d5
1 changed files with 1 additions and 0 deletions
|
|
@ -515,6 +515,7 @@ foreach fn, header : {
|
|||
'sched_yield': '#include <sched.h>',
|
||||
|
||||
# Misc.
|
||||
'chroot': '#include <unistd.h>',
|
||||
'clock_gettime': '#include <time.h>',
|
||||
'sysctlbyname': '#include <sys/sysctl.h>',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue