commit | 2af3006b0ccf36ba9ac5123f539d577fd97c5350 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sat Jun 29 18:19:04 2019 -0500 |
committer | Axel Heider <axelheider@gmx.de> | Thu Jun 04 04:02:58 2020 +0200 |
tree | 290c23d2699b1270326b562c5df570f4ceb37d36 | |
parent | 8a4bddbf499a1c9ff8a064d360dd715ef99ffcab [diff] |
musllibc: fix restrict violation warnings Cherry-picking commit e0eee3ceefd550724058ffbdf878e9eb06e18f18 from musllibc mainline. Original comment: The old/new parameters to pthread_sigmask, sigprocmask, and setitimer are marked restrict, so passing the same address to both is prohibited. Modify callers of these functions to use a separate object for each argument. Signed-off-by: Axel Heider <axelheider@gmx.de>