mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-18 14:48:53 +02:00
meson: remove duplicate checks for gmtime_r and termios.h See #559
They are in the list twice
This commit is contained in:
@@ -215,7 +215,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',
|
||||||
@@ -373,7 +372,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