util: Provide a secure_getenv fallback for platforms without it
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27381>
(cherry picked from commit 8b209a6200
)
This commit is contained in:

committed by
Eric Engestrom

parent
ca8b1613b8
commit
36cad96d34
@@ -1337,6 +1337,7 @@ functions_to_detect = {
|
||||
'getrandom': '',
|
||||
'qsort_s': '',
|
||||
'posix_fallocate': '',
|
||||
'secure_getenv': '',
|
||||
}
|
||||
|
||||
foreach f, prefix: functions_to_detect
|
||||
|
Reference in New Issue
Block a user