]> git.lizzy.rs Git - rust.git/commit
remove prctl, now that std does not use it any more
authorRalf Jung <post@ralfj.de>
Thu, 11 Aug 2022 23:04:44 +0000 (19:04 -0400)
committerRalf Jung <post@ralfj.de>
Thu, 11 Aug 2022 23:06:30 +0000 (19:06 -0400)
commit38a495346f89b04653b552e0aaff201065bd8038
tree7ede01fb6fd3bdb5661d70e205fe51e9e4e9aa20
parent23cd7b863ff0ca4fba9e28402a067f3f75772d26
remove prctl, now that std does not use it any more

it is a terrible variadic function...
src/shims/unix/linux/foreign_items.rs
src/shims/unix/thread.rs
tests/pass/libc.rs