From 5311a274e39b033ae97740f1db90e50ba120fb5e Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 4 Jun 2017 20:19:15 +0300 Subject: A few typo fixes in the converter script. --- tools/ac_converter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/ac_converter.py b/tools/ac_converter.py index 546d318..cf00fd0 100755 --- a/tools/ac_converter.py +++ b/tools/ac_converter.py @@ -202,7 +202,7 @@ function_data = \ 'HAVE_DIRFD': ('dirfd', 'dirent.h'), 'HAVE_DLOPEN': ('dlopen', 'dlfcn.h'), 'HAVE_DUP2': ('dup2', 'unistd.h'), - 'HAVE_DUP3': ('dup2', 'unistd.h'), + 'HAVE_DUP3': ('dup3', 'unistd.h'), 'HAVE_EPOLL_CREATE1': ('epoll_create1', 'sys/epoll.h'), 'HAVE_ERF': ('erf', 'math.h'), 'HAVE_ERFC': ('erfc', 'math.h'), @@ -222,7 +222,7 @@ function_data = \ 'HAVE_FTIME': ('ftime', 'sys/timeb.h'), 'HAVE_FTRUNCATE': ('ftruncate', 'unistd.h'), 'HAVE_FUTIMENS': ('futimens', 'sys/stat.h'), - 'HAVE_FUTIMES': ('futimes', 'sys/stat.h'), + 'HAVE_FUTIMES': ('futimes', 'sys/time.h'), 'HAVE_GAI_STRERROR': ('gai_strerror', 'netdb.h'), 'HAVE_GETGROUPLIST': ('getgrouplist', 'grp.h'), 'HAVE_GETHOSTBYNAME': ('gethostbyname', 'netdb.h'), -- cgit v1.1