mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#3729] Added check for environ vs shlib
This commit is contained in:
committed by
Andrei Pavel
parent
8f9ac9da55
commit
922c51596f
5
compiler-checks/environ-in-shlib.cc
Normal file
5
compiler-checks/environ-in-shlib.cc
Normal file
@@ -0,0 +1,5 @@
|
||||
extern char **environ;
|
||||
|
||||
char** fn() {
|
||||
return environ;
|
||||
}
|
Reference in New Issue
Block a user