Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
bootstrap.conf | 2 --
build-aux/syntax-check.mk | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 4c784487e2..0f75600a2e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -70,7 +70,6 @@ pthread_sigmask
recv
regex
send
-setenv
setsockopt
sigaction
sigpipe
@@ -88,7 +87,6 @@ time_r
timegm
ttyname_r
uname
-unsetenv
verify
vsnprintf
waitpid
diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk
index 710ac1c949..5a3d796e45 100644
--- a/build-aux/syntax-check.mk
+++ b/build-aux/syntax-check.mk
@@ -2350,7 +2350,7 @@ exclude_file_name_regexp--sc_prohibit_dirent_d_type = \
^(src/util/vircgroup.c)$
exclude_file_name_regexp--sc_prohibit_setenv = \
- ^(build-aux/syntax-check\.mk|bootstrap\.conf)$$
+ ^(build-aux/syntax-check\.mk)$$
exclude_file_name_regexp--sc_prohibit_strcmp = \
^(tools/nss/libvirt_nss.*\.c|tools/virt-login-shell\.c)
--
2.23.0