diff options
author | psykose <alice@ayaya.dev> | 2023-03-03 22:28:07 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-03-03 23:28:07 +0100 |
commit | b5c207ae66e020075ab7eccd5de8f4b2c14a0927 (patch) | |
tree | 4f54dc62e89999dfd5929f91c139c9f586d71301 /libc-test/semver/linux.txt | |
parent | 2bafdcf631478f8ac4bbe7934852731685f52cc9 (diff) | |
download | rust-libc-b5c207ae66e020075ab7eccd5de8f4b2c14a0927.tar.gz |
linux: move DCCP_ constants from linux/gnu to linux
closes #3132
these constants come from linux headers, so they should be exposed for
"linux", not just glibc.
this change exposes them for linux/musl and linux/uclibc.
of note, android contains these same constants, but moving it to
linux-like would also expose them on emscripten, which does not have it.
Diffstat (limited to 'libc-test/semver/linux.txt')
-rw-r--r-- | libc-test/semver/linux.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libc-test/semver/linux.txt b/libc-test/semver/linux.txt index daccc3c38d..1b17b62d96 100644 --- a/libc-test/semver/linux.txt +++ b/libc-test/semver/linux.txt @@ -334,6 +334,23 @@ DAY_4 DAY_5 DAY_6 DAY_7 +DCCP_SERVICE_LIST_MAX_LEN +DCCP_SOCKOPT_AVAILABLE_CCIDS +DCCP_SOCKOPT_CCID +DCCP_SOCKOPT_CCID_RX_INFO +DCCP_SOCKOPT_CCID_TX_INFO +DCCP_SOCKOPT_CHANGE_L +DCCP_SOCKOPT_CHANGE_R +DCCP_SOCKOPT_GET_CUR_MPS +DCCP_SOCKOPT_PACKET_SIZE +DCCP_SOCKOPT_QPOLICY_ID +DCCP_SOCKOPT_QPOLICY_TXQLEN +DCCP_SOCKOPT_RECV_CSCOV +DCCP_SOCKOPT_RX_CCID +DCCP_SOCKOPT_SEND_CSCOV +DCCP_SOCKOPT_SERVER_TIMEWAIT +DCCP_SOCKOPT_SERVICE +DCCP_SOCKOPT_TX_CCID DT_UNKNOWN D_FMT D_T_FMT |