more cleanup. down to just the @hasDecl builtin

This commit is contained in:
Andrew Kelley
2019-05-26 13:37:34 -04:00
parent 2f040a23c8
commit 44a049e01e
11 changed files with 63 additions and 42 deletions

View File

@@ -279,6 +279,7 @@ pub const ESOCKTNOSUPPORT = 94;
/// Operation not supported on transport endpoint
pub const EOPNOTSUPP = 95;
pub const ENOTSUP = EOPNOTSUPP;
/// Protocol family not supported
pub const EPFNOSUPPORT = 96;