summaryrefslogtreecommitdiff
path: root/lib/randperm.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2016-01-20 10:55:18 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2016-01-20 10:55:18 +0000
commit70e9163c9c18e995515598085cb824e554eb7ae7 (patch)
treea42dc8b2a6c031354bf31472de888bfc8a060132 /lib/randperm.h
parentcbf5993c43f49281173f185863577d86bfac6eae (diff)
downloadcoreutils-tarball-master.tar.gz
Diffstat (limited to 'lib/randperm.h')
-rw-r--r--lib/randperm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/randperm.h b/lib/randperm.h
index 79bbf9f..0a0837a 100644
--- a/lib/randperm.h
+++ b/lib/randperm.h
@@ -1,4 +1,4 @@
#include "randint.h"
#include <stddef.h>
-size_t randperm_bound (size_t, size_t);
+size_t randperm_bound (size_t, size_t) _GL_ATTRIBUTE_CONST;
size_t *randperm_new (struct randint_source *, size_t, size_t);