summaryrefslogtreecommitdiff
path: root/share/gdb/syscalls/gdb-syscalls.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'share/gdb/syscalls/gdb-syscalls.dtd')
-rw-r--r--share/gdb/syscalls/gdb-syscalls.dtd6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/gdb/syscalls/gdb-syscalls.dtd b/share/gdb/syscalls/gdb-syscalls.dtd
index 3deda12..1e756ed 100644
--- a/share/gdb/syscalls/gdb-syscalls.dtd
+++ b/share/gdb/syscalls/gdb-syscalls.dtd
@@ -1,4 +1,4 @@
-<!-- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+<!-- Copyright (C) 2009-2019 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -11,4 +11,6 @@
<!ELEMENT syscall EMPTY>
<!ATTLIST syscall
name CDATA #REQUIRED
- number CDATA #REQUIRED>
+ number CDATA #REQUIRED
+ alias CDATA #IMPLIED
+ groups CDATA #IMPLIED>