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/ChangeLog | 2 ++ cpukit/posix/src/mqueuenotify.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 8c5a3e5fe2..26f75cf6f8 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2011-12-05 Ralf Corsépius + * posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler + static. * posix/src/fork.c: Include for "fork" prototype. Don't include (unnecessary). * libcsupport/src/termios.c: Remove unnecessary cast. 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