mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
meson: remove duplicate checks for gmtime_r and termios.h See #559
They are in the list twice
This commit is contained in:
parent
ef4d960d2c
commit
f6c5090b82
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user