diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-05-22 19:10:40 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-05-22 19:10:40 -0700 |
commit | c9b45ad5902e9bbfe8b36e3d498446b8f621d153 (patch) | |
tree | 3f4c72250ecd763dbe3b06c2b5a188bba9681d9c /ident-list.h | |
parent | Add no-double-underscore variant "used", ignored like "__used__". (diff) | |
download | sparse-c9b45ad5902e9bbfe8b36e3d498446b8f621d153.tar.gz sparse-c9b45ad5902e9bbfe8b36e3d498446b8f621d153.tar.bz2 sparse-c9b45ad5902e9bbfe8b36e3d498446b8f621d153.zip |
Add double-underscore variant __syscall_linkage__.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'ident-list.h')
-rw-r--r-- | ident-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ident-list.h b/ident-list.h index 2e5be03..550a5de 100644 --- a/ident-list.h +++ b/ident-list.h @@ -61,7 +61,7 @@ IDENT(sentinel); IDENT(__sentinel__); IDENT(alias); IDENT(__alias__); IDENT(pure); IDENT(__pure__); IDENT(always_inline); IDENT(__always_inline__); -IDENT(syscall_linkage); +IDENT(syscall_linkage); IDENT(__syscall_linkage__); IDENT(visibility); IDENT(__visibility__); IDENT(bitwise); IDENT(__bitwise__); IDENT(model); IDENT(__model__); |