aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-06-04 20:19:15 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-04 20:19:15 +0300
commit5311a274e39b033ae97740f1db90e50ba120fb5e (patch)
tree5cb383c301ae8c3c18a6e9aca322f5b20ed21b80 /tools
parent83e778118d290977b4cf963f062f2b19ffc399a6 (diff)
downloadmeson-5311a274e39b033ae97740f1db90e50ba120fb5e.zip
meson-5311a274e39b033ae97740f1db90e50ba120fb5e.tar.gz
meson-5311a274e39b033ae97740f1db90e50ba120fb5e.tar.bz2
A few typo fixes in the converter script.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ac_converter.py4
1 files changed, 2 insertions, 2 deletions
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'),