X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fnat%2Flinux-osdata.c;h=7034dd8237626502e7908ac6cdb55229213de6f4;hb=e2ea3a381a4a7c739419a8b76a2fd132f7c1f9b1;hp=2363acc84c9803e94c1c6ee537882300cbbd09cf;hpb=dda83cd783075941aabe9b0292b004b11f00c831;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nat/linux-osdata.c b/gdb/nat/linux-osdata.c index 2363acc84c..7034dd8237 100644 --- a/gdb/nat/linux-osdata.c +++ b/gdb/nat/linux-osdata.c @@ -1,6 +1,6 @@ /* Linux-specific functions to retrieve OS data. - Copyright (C) 2009-2020 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of GDB. @@ -1284,7 +1284,7 @@ linux_xfer_osdata_modules (struct buffer *buffer) static void linux_xfer_osdata_info_os_types (struct buffer *buffer); -struct osdata_type { +static struct osdata_type { const char *type; const char *title; const char *description;