diff options
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index 43fc455..352abff 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -171,7 +171,7 @@ def main (): # # Filenames are relative to the root directory. EXCLUDE_LIST = ( - 'gdb/common/glibc_thread_db.h', + 'gdb/nat/glibc_thread_db.h', 'gdb/CONTRIBUTE', 'gdb/gnulib/import' ) |