aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index ca11bafd..5eb47576 100644
--- a/parse.c
+++ b/parse.c
@@ -309,6 +309,8 @@ static const char * handle_attribute(struct ctype *ctype, struct ident *attribut
return NULL;
if (match_string_ident(attribute, "syscall_linkage"))
return NULL;
+ if (match_string_ident(attribute, "visibility"))
+ return NULL;
return "unknown attribute";
}