diff options
Diffstat (limited to 'gdb/remote-notif.c')
-rw-r--r-- | gdb/remote-notif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-notif.c b/gdb/remote-notif.c index dfa1d33..997b6e7 100644 --- a/gdb/remote-notif.c +++ b/gdb/remote-notif.c @@ -51,7 +51,7 @@ static const notif_client *const notifs[] = ¬if_client_stop, }; -gdb_static_assert (ARRAY_SIZE (notifs) == REMOTE_NOTIF_LAST); +static_assert (ARRAY_SIZE (notifs) == REMOTE_NOTIF_LAST); /* Parse the BUF for the expected notification NC, and send packet to acknowledge. */ |