2
0
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:
Francis Dupont
2025-02-05 16:16:17 +01:00
committed by Andrei Pavel
parent 8f9ac9da55
commit 922c51596f
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
extern char **environ;
char** fn() {
return environ;
}