libthr: remove explicit sys/cdefs.h includes

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2024-03-06 09:06:35 +02:00
parent ebaf907114
commit f8bbbce458
50 changed files with 0 additions and 55 deletions

View file

@ -1,8 +1,3 @@
#
# All library objects contain FreeBSD revision strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
# below.
PACKAGE= clibs
SHLIBDIR?= /lib

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread_np.h>
#include <sys/param.h>

View file

@ -93,7 +93,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <pthread.h>
#include "thr_private.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <stdlib.h>

View file

@ -28,7 +28,6 @@
* DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <stdlib.h>

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include "un-namespace.h"

View file

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <signal.h>
#include <errno.h>

View file

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -30,7 +30,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <stdlib.h>
#include <errno.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <stdlib.h>
#include <string.h>

View file

@ -27,7 +27,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/types.h>
#include <sys/rtprio.h>

View file

@ -27,7 +27,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/types.h>
#include <errno.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include "un-namespace.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "thr_private.h"
void

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#ifdef _PTHREAD_FORCED_UNWIND

View file

@ -57,7 +57,6 @@
*
*/
#include <sys/cdefs.h>
#include <sys/syscall.h>
#include "namespace.h"
#include <errno.h>

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/types.h>
#include <sys/rtprio.h>

View file

@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include <pthread_np.h>

View file

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/errno.h>
#include <stdlib.h>

View file

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/param.h>
#include <sys/auxv.h>

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <signal.h>

View file

@ -27,7 +27,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include <pthread_np.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include <pthread_np.h>

View file

@ -38,7 +38,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <stdlib.h>
#include <errno.h>

View file

@ -59,7 +59,6 @@
*
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <string.h>
#include <stdlib.h>

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include "un-namespace.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>

View file

@ -37,7 +37,6 @@
*/
#include <sys/types.h>
#include <sys/time.h>
#include <sys/cdefs.h>
#include <sys/queue.h>
#include <sys/param.h>
#include <sys/cpuset.h>

View file

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <stdlib.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -26,11 +26,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
/*
* A lockless rwlock for rtld.
*/
#include <sys/cdefs.h>
#include <sys/mman.h>
#include <sys/syscall.h>
#include <link.h>

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <stdlib.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include "un-namespace.h"

View file

@ -30,7 +30,6 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/types.h>
#include <sys/queue.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include "un-namespace.h"

View file

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/param.h>
#include <errno.h>

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/param.h>
#include <sys/auxv.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include <pthread_np.h>

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <stdlib.h>
#include "thr_private.h"

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/mman.h>
#include <signal.h>

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <errno.h>
#include <pthread.h>

View file

@ -65,7 +65,6 @@
*
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/types.h>
#include <sys/mman.h>

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "thr_private.h"
#include "thr_umtx.h"

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <pthread.h>
#include <sched.h>