61baf725ec
This applies the second part of GDB's End of Year Procedure, which updates the copyright year range in all of GDB's files. gdb/ChangeLog: Update copyright year range in all GDB files.
16 lines
480 B
DTD
16 lines
480 B
DTD
<!-- Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. -->
|
|
|
|
<!-- The root element of a syscall info is <syscalls-info>. -->
|
|
|
|
<!ELEMENT syscalls-info (syscall*)>
|
|
|
|
<!ELEMENT syscall EMPTY>
|
|
<!ATTLIST syscall
|
|
name CDATA #REQUIRED
|
|
number CDATA #REQUIRED
|
|
groups CDATA #IMPLIED>
|