diff options
author | Jack Lloyd <[email protected]> | 2017-01-06 20:19:01 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-06 20:19:01 -0500 |
commit | 7b9b0c41137e96eaaea9bf1725d8c6b9341585a7 (patch) | |
tree | bd7efdb049e6745eb5cac5d0722903b65dda28bd | |
parent | 376725973a19d11210c9d93fc2210abbd593492a (diff) |
Update features for AIX
Based on compiling on AIX 7.1
[ci skip]
-rw-r--r-- | src/build-data/os/aix.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build-data/os/aix.txt b/src/build-data/os/aix.txt index 70c37d39a..e5a7bc742 100644 --- a/src/build-data/os/aix.txt +++ b/src/build-data/os/aix.txt @@ -3,7 +3,12 @@ os_type unix soname_suffix "so" <target_features> +clock_gettime gettimeofday +gmtime_r +dlopen +readdir +sockets threads filesystem </target_features> |