diff options
author | Daniel Seither <[email protected]> | 2015-07-17 14:13:54 +0200 |
---|---|---|
committer | Daniel Seither <[email protected]> | 2015-07-17 15:31:28 +0200 |
commit | 66ffb49c743aa45a58011ba8cedc14b5ccac9d25 (patch) | |
tree | 33d9e617ccf2550211d4d9a9e8d20ba78e00722a /src/build-data/os/linux.txt | |
parent | 4633aea0f31e01dc239cfac47c9da2467cd94fa0 (diff) |
Add OS feature getsid
It is added to all OS that use getsid currently, so it must be available
there.
Diffstat (limited to 'src/build-data/os/linux.txt')
-rw-r--r-- | src/build-data/os/linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/linux.txt b/src/build-data/os/linux.txt index 9061b31d8..cb78c33ff 100644 --- a/src/build-data/os/linux.txt +++ b/src/build-data/os/linux.txt @@ -7,6 +7,7 @@ posix_mlock gmtime_r dlopen readdir +getsid </target_features> <aliases> |