diff options
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/darwin.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/freebsd.txt | 6 | ||||
-rw-r--r-- | src/build-data/os/linux.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/netbsd.txt | 5 | ||||
-rw-r--r-- | src/build-data/os/openbsd.txt | 5 |
5 files changed, 17 insertions, 1 deletions
diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt index d22b78b91..22e635352 100644 --- a/src/build-data/os/darwin.txt +++ b/src/build-data/os/darwin.txt @@ -13,6 +13,7 @@ dlopen gettimeofday gmtime_r memset_s +readdir </target_features> <aliases> diff --git a/src/build-data/os/freebsd.txt b/src/build-data/os/freebsd.txt index 14e6c63e2..5df133c8e 100644 --- a/src/build-data/os/freebsd.txt +++ b/src/build-data/os/freebsd.txt @@ -1,6 +1,10 @@ os_type unix <target_features> -posix_mlock +clock_gettime gettimeofday +posix_mlock +gmtime_r +dlopen +readdir </target_features> diff --git a/src/build-data/os/linux.txt b/src/build-data/os/linux.txt index 394f7673d..9061b31d8 100644 --- a/src/build-data/os/linux.txt +++ b/src/build-data/os/linux.txt @@ -6,6 +6,7 @@ gettimeofday posix_mlock gmtime_r dlopen +readdir </target_features> <aliases> diff --git a/src/build-data/os/netbsd.txt b/src/build-data/os/netbsd.txt index 369b720c4..5df133c8e 100644 --- a/src/build-data/os/netbsd.txt +++ b/src/build-data/os/netbsd.txt @@ -1,5 +1,10 @@ os_type unix <target_features> +clock_gettime gettimeofday +posix_mlock +gmtime_r +dlopen +readdir </target_features> diff --git a/src/build-data/os/openbsd.txt b/src/build-data/os/openbsd.txt index 369b720c4..5df133c8e 100644 --- a/src/build-data/os/openbsd.txt +++ b/src/build-data/os/openbsd.txt @@ -1,5 +1,10 @@ os_type unix <target_features> +clock_gettime gettimeofday +posix_mlock +gmtime_r +dlopen +readdir </target_features> |