diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-04 20:19:15 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-04 20:19:15 +0300 |
| commit | 5311a274e39b033ae97740f1db90e50ba120fb5e (patch) | |
| tree | 5cb383c301ae8c3c18a6e9aca322f5b20ed21b80 /tools | |
| parent | 83e778118d290977b4cf963f062f2b19ffc399a6 (diff) | |
| download | meson-5311a274e39b033ae97740f1db90e50ba120fb5e.tar.gz | |
A few typo fixes in the converter script.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ac_converter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ac_converter.py b/tools/ac_converter.py index 546d3180f..cf00fd05f 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'), |
