diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-29 16:15:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-29 16:15:52 +0200 |
commit | f3aecd95a730f3c564dedcf2a3a273385c634115 (patch) | |
tree | b7a9c9f8e88915e5ed3c3159b2267be06c42bf2a /src/mds-registry | |
parent | split out reexec from mds-registry (diff) | |
download | mds-f3aecd95a730f3c564dedcf2a3a273385c634115.tar.gz mds-f3aecd95a730f3c564dedcf2a3a273385c634115.tar.bz2 mds-f3aecd95a730f3c564dedcf2a3a273385c634115.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-registry')
-rw-r--r-- | src/mds-registry/mds-registry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-registry/mds-registry.c b/src/mds-registry/mds-registry.c index fa6a3b5..089fa53 100644 --- a/src/mds-registry/mds-registry.c +++ b/src/mds-registry/mds-registry.c @@ -61,7 +61,7 @@ server_characteristics_t server_characteristics = * * @return Non-zero on error */ -int __attribute__((const)) preinitialise_server(void) +int preinitialise_server(void) { if ((errno = pthread_mutex_init(®_mutex, NULL))) { |