mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 13:46:26 +08:00
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler static.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
void _POSIX_Message_queue_Notify_handler(
|
||||
static void _POSIX_Message_queue_Notify_handler(
|
||||
void *user_data
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user