mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-14 01:13:45 -06:00
Update to latest gnulib to get strtok_r relaxed to LGPLv2+
strtok_r will be used in the ESX driver to replace scanf-based code. MinGW lacks strtok_r, so we need gnulib to provide it, but until now strtok_r was licensed LGPL3.
This commit is contained in:
parent
77408cc0e1
commit
7ca6a0996d
2
.gnulib
2
.gnulib
@ -1 +1 @@
|
|||||||
Subproject commit 097c9ce08a79899ff942b9b6ee811e613605499f
|
Subproject commit 7c1b995a7041ea366acafeb8632e1080f349f03f
|
@ -54,6 +54,7 @@ strndup
|
|||||||
strerror
|
strerror
|
||||||
strptime
|
strptime
|
||||||
strsep
|
strsep
|
||||||
|
strtok_r
|
||||||
sys_stat
|
sys_stat
|
||||||
time_r
|
time_r
|
||||||
timegm
|
timegm
|
||||||
|
Loading…
Reference in New Issue
Block a user