summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:11:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:11:21 +0000
commit7729910d1b4b147c81b52b9cd46e5ad16feb1e16 (patch)
tree07a496bf3d3597e1b893c596d48378a5577e62e6 /cpukit
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7729910d1b4b147c81b52b9cd46e5ad16feb1e16.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler static.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog2
-rw-r--r--cpukit/posix/src/mqueuenotify.c2
2 files changed, 3 insertions, 1 deletions
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 <ralf.corsepius@rtems.org>
+ * posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler
+ static.
* posix/src/fork.c: Include <unistd.h> for "fork" prototype.
Don't include <sys/types.h> (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
)
{