about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorChris Copeland <chris@chrisnc.net>2022-02-19 12:05:51 -0800
committerChris Copeland <chris@chrisnc.net>2022-02-20 21:27:22 -0800
commit3eb983ed9916147ad4f2d93679cbff5276ca87ca (patch)
treec0e2d3c27602b60f8ffa4d36aa699b8900018473 /compiler/rustc_codegen_llvm/src
parent45e2c2881d11324d610815bfff097e25c412199e (diff)
downloadrust-3eb983ed9916147ad4f2d93679cbff5276ca87ca.tar.gz
rust-3eb983ed9916147ad4f2d93679cbff5276ca87ca.zip
Fix `setsockopt` and `getsockopt` parameter names.
Previously `level` was named `opt` and `option_name` was named `val`,
then extra names of `payload` or `slot` were used for the option value.
This change aligns the wrapper parameters with their names in POSIX.
Winsock uses similar but more abbreviated names: `level`, `optname`,
`optval`, `optlen`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions