summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Pomykalov <gleb@lancastr.com>2019-02-19 18:14:01 +0300
committerGleb Pomykalov <gleb@lancastr.com>2019-02-19 18:14:01 +0300
commit34c96d74e18eb51a76886c3bb5d305a2b8dcb277 (patch)
tree1122af54c4bd121b8864e62d2abdae1feca435c4
parentd0f4c6e0fce678391bb395805b64c522589ccfb5 (diff)
downloadrust-libc-34c96d74e18eb51a76886c3bb5d305a2b8dcb277.tar.gz
Add comment on ALG_SET_AEAD_* exclusion
-rw-r--r--libc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index b87594bbaf..5446a30022 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -630,6 +630,7 @@ fn do_ctest() {
| "RENAME_NOREPLACE"
| "RENAME_EXCHANGE"
| "RENAME_WHITEOUT"
+ // ALG_SET_AEAD_* constants are available starting from kernel 3.19
| "ALG_SET_AEAD_ASSOCLEN"
| "ALG_SET_AEAD_AUTHSIZE"
if musl =>