mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Remove unnecessary includes.
This commit is contained in:
@@ -15,12 +15,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pthread.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/posix/pthread.h>
|
#include <rtems/posix/sigset.h>
|
||||||
#include <rtems/posix/psignal.h>
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
int sigaddset(
|
int sigaddset(
|
||||||
|
|||||||
@@ -15,12 +15,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pthread.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/posix/pthread.h>
|
#include <rtems/posix/sigset.h>
|
||||||
#include <rtems/posix/psignal.h>
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -15,12 +15,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pthread.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/posix/pthread.h>
|
#include <rtems/posix/sigset.h>
|
||||||
#include <rtems/posix/psignal.h>
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
int sigemptyset(
|
int sigemptyset(
|
||||||
|
|||||||
@@ -15,12 +15,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pthread.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/posix/pthread.h>
|
#include <rtems/posix/sigset.h>
|
||||||
#include <rtems/posix/psignal.h>
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
int sigfillset(
|
int sigfillset(
|
||||||
|
|||||||
@@ -15,12 +15,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pthread.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/posix/pthread.h>
|
#include <rtems/posix/sigset.h>
|
||||||
#include <rtems/posix/psignal.h>
|
|
||||||
#include <rtems/seterr.h>
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
int sigismember(
|
int sigismember(
|
||||||
|
|||||||
@@ -19,11 +19,6 @@
|
|||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
#include <rtems/system.h>
|
|
||||||
#include <rtems/posix/pthread.h>
|
|
||||||
#include <rtems/posix/psignal.h>
|
|
||||||
|
|
||||||
int sigprocmask(
|
int sigprocmask(
|
||||||
int how,
|
int how,
|
||||||
|
|||||||
Reference in New Issue
Block a user