diff options
author | Jack Lloyd <[email protected]> | 2017-12-13 17:14:36 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-13 17:14:36 -0500 |
commit | 5e50a685750091849f59194fed9c5bef0685284c (patch) | |
tree | 4952f69e0aa1784ea88345bffb2c890a7aec7c2d /src/build-data/os/hpux.txt | |
parent | afcca925e4272858288ee4ac1ed95bb7cb8e1bfd (diff) |
Remove some unused OS feature flags
We are unlikely to ever use gettimeofday or memset_s going forward.
Also MinGW had the wrong flag for VirtualLock
Diffstat (limited to 'src/build-data/os/hpux.txt')
-rw-r--r-- | src/build-data/os/hpux.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build-data/os/hpux.txt b/src/build-data/os/hpux.txt index f8c2d0d2a..86a79e5ca 100644 --- a/src/build-data/os/hpux.txt +++ b/src/build-data/os/hpux.txt @@ -4,7 +4,6 @@ os_type unix soname_suffix "so" <target_features> -gettimeofday threads filesystem </target_features> |