diff options
| author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-01-20 10:55:18 +0000 |
|---|---|---|
| committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-01-20 10:55:18 +0000 |
| commit | 70e9163c9c18e995515598085cb824e554eb7ae7 (patch) | |
| tree | a42dc8b2a6c031354bf31472de888bfc8a060132 /lib/randperm.h | |
| parent | cbf5993c43f49281173f185863577d86bfac6eae (diff) | |
| download | coreutils-tarball-master.tar.gz | |
coreutils-8.25HEADcoreutils-8.25master
Diffstat (limited to 'lib/randperm.h')
| -rw-r--r-- | lib/randperm.h | 2 |
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); |
