aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-07-29 16:15:52 +0200
committerMattias Andrée <maandree@operamail.com>2014-07-29 16:15:52 +0200
commitf3aecd95a730f3c564dedcf2a3a273385c634115 (patch)
treeb7a9c9f8e88915e5ed3c3159b2267be06c42bf2a /src/mds-registry
parentsplit out reexec from mds-registry (diff)
downloadmds-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.c2
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(&reg_mutex, NULL)))
{