]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/posix-futex: Ignore FUTEX_PRIVATE_FLAG
authorMarco Schlumpp <marco@unikraft.io>
Mon, 17 Apr 2023 07:57:45 +0000 (09:57 +0200)
committerUnikraft <monkey@unikraft.io>
Sun, 7 May 2023 12:18:32 +0000 (12:18 +0000)
commit54d27549bfa6a0c3aaffe08d10c7e9a5101f8c0d
tree94d65da09de779c1a3b82fbf8a8fe2ffec5b487f
parentc905e263471c9081e457d1d0041a083dec53f828
lib/posix-futex: Ignore FUTEX_PRIVATE_FLAG

The flag can be specified for all operations and does not make a
difference in the context of a single-process scenario. Therefore, we
can ignore it.

Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Adina Smeu <adina.smeu@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #758
lib/posix-futex/futex.c