diff options
Diffstat (limited to 'vmemalloc.c')
-rw-r--r-- | vmemalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vmemalloc.c b/vmemalloc.c index 450affb..d725374 100644 --- a/vmemalloc.c +++ b/vmemalloc.c @@ -163,6 +163,7 @@ inval: return -1; } +LIBSIMPLE_GCC_ONLY__(__attribute__((__const__))) static size_t gcd(size_t u, size_t v) { |