mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
Merge branch 'meson-remove-duplicate-checks' into 'master'
meson: remove duplicate checks for gmtime_r and termios.h See #559 See merge request GNOME/glib!27
This commit is contained in:
@@ -220,7 +220,6 @@ headers = [
|
|||||||
'pwd.h',
|
'pwd.h',
|
||||||
'grp.h',
|
'grp.h',
|
||||||
'poll.h',
|
'poll.h',
|
||||||
'termios.h',
|
|
||||||
'sys/param.h',
|
'sys/param.h',
|
||||||
'sys/resource.h',
|
'sys/resource.h',
|
||||||
'mach/mach_time.h',
|
'mach/mach_time.h',
|
||||||
@@ -378,7 +377,6 @@ functions = [
|
|||||||
'pipe2',
|
'pipe2',
|
||||||
'issetugid',
|
'issetugid',
|
||||||
'timegm',
|
'timegm',
|
||||||
'gmtime_r',
|
|
||||||
'strerror_r',
|
'strerror_r',
|
||||||
'lstat',
|
'lstat',
|
||||||
'strsignal',
|
'strsignal',
|
||||||
|
Reference in New Issue
Block a user