From 7729910d1b4b147c81b52b9cd46e5ad16feb1e16 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Dec 2011 05:11:21 +0000 Subject: =?UTF-8?q?2011-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler static. --- cpukit/posix/src/mqueuenotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/mqueuenotify.c') diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c index 832b3d03d2..559e6b3fbd 100644 --- a/cpukit/posix/src/mqueuenotify.c +++ b/cpukit/posix/src/mqueuenotify.c @@ -46,7 +46,7 @@ * */ -void _POSIX_Message_queue_Notify_handler( +static void _POSIX_Message_queue_Notify_handler( void *user_data ) { -- cgit v1.2.3