[glib: 1/2] meson: remove duplicate checks for gmtime_r and termios.h See #559



commit f6c5090b8248b5c0d89a9d83b520b5d06c5d0bbe
Author: Christoph Reiter <creiter src gnome org>
Date:   Mon May 28 10:00:16 2018 +0200

    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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]