From f6c5090b8248b5c0d89a9d83b520b5d06c5d0bbe Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 28 May 2018 10:00:16 +0200 Subject: [PATCH] meson: remove duplicate checks for gmtime_r and termios.h See #559 They are in the list twice --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 62989bedd..4445e3d6d 100644 --- a/meson.build +++ b/meson.build @@ -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',