diff options
author | Jack Lloyd <[email protected]> | 2018-03-26 17:50:04 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-26 17:50:04 -0400 |
commit | f1c44e92bcc00d814a48876405fcb87bac9f11c0 (patch) | |
tree | 5a71384fcd4d66cc9cb69b713fc08653df2f31d4 /src/build-data/os/qnx.txt | |
parent | 6747faa63553d80276fd6eb54523ddbc38153eaa (diff) |
Add back posix_mlock flag
We need a distinct flag for this because Haiku is mostly POSIX
but does not support mlock.
Diffstat (limited to 'src/build-data/os/qnx.txt')
-rw-r--r-- | src/build-data/os/qnx.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/qnx.txt b/src/build-data/os/qnx.txt index 70810d2d9..1cf671ce7 100644 --- a/src/build-data/os/qnx.txt +++ b/src/build-data/os/qnx.txt @@ -2,6 +2,7 @@ soname_suffix "so" <target_features> posix1 +posix_mlock clock_gettime dev_random |