meson: remove duplicate checks for gmtime_r and termios.h See #559

They are in the list twice
This commit is contained in:
Christoph Reiter 2018-05-28 10:00:16 +02:00
parent ef4d960d2c
commit f6c5090b82

View File

@ -215,7 +215,6 @@ headers = [
'pwd.h',
'grp.h',
'poll.h',
'termios.h',
'sys/param.h',
'sys/resource.h',
'mach/mach_time.h',
@ -373,7 +372,6 @@ functions = [
'pipe2',
'issetugid',
'timegm',
'gmtime_r',
'strerror_r',
'lstat',
'strsignal',