From 162e7612f623fe69437ef258b033e4c1518a5cc8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 24 Mar 2010 21:04:22 +0100 Subject: unexport a couple of variables that don't need to be exported Signed-off-by: Lennart Poettering Acked-by: Dhaval Giani Signed-off-by: Dhaval Giani --- src/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api.c') diff --git a/src/api.c b/src/api.c index 947d25c..41f6d3e 100644 --- a/src/api.c +++ b/src/api.c @@ -60,7 +60,7 @@ __thread int last_errno; #define MAXLEN 256 /* the value have to be thread specific */ -__thread char errtext[MAXLEN]; +static __thread char errtext[MAXLEN]; /* Task command name length */ #define TASK_COMM_LEN 16 -- cgit