summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-08-26 15:46:12 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-08-27 18:21:24 -0700
commitfd72f5d2c2a9a6a220e98af1c0230f1ae6e0a8d2 (patch)
treeb3a6ec3355df9917c81311c7d4e0118f8e5039b2 /src
parente3694e90b4789ccafaf022a29d9ce08ff11375c2 (diff)
downloadgrep-fd72f5d2c2a9a6a220e98af1c0230f1ae6e0a8d2.tar.gz
build: update gnulib submodule to latest
* src/system.h: Update decls to match current Gnulib.
Diffstat (limited to 'src')
-rw-r--r--src/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/system.h b/src/system.h
index 2607f969..40f4d558 100644
--- a/src/system.h
+++ b/src/system.h
@@ -101,9 +101,9 @@ void __asan_unpoison_memory_region (void const volatile *addr, size_t size);
#else
-static _GL_UNUSED void
+_GL_UNUSED static void
__asan_poison_memory_region (void const volatile *addr, size_t size) { }
-static _GL_UNUSED void
+_GL_UNUSED static void
__asan_unpoison_memory_region (void const volatile *addr, size_t size) { }
#endif