Use <sys/lock.h> provided by Newlib

This commit is contained in:
Sebastian Huber
2017-06-08 13:15:12 +02:00
parent 02373194fe
commit 3c967ca238
361 changed files with 683 additions and 689 deletions

View File

@@ -72,7 +72,7 @@ __FBSDID("$FreeBSD$");
#include <sys/queue.h>
#include <sys/malloc.h>
#include <sys/ktr.h>
#include <rtems/bsd/sys/lock.h>
#include <sys/lock.h>
#include <sys/sysctl.h>
#include <sys/mutex.h>
#include <sys/proc.h>

View File

@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/types.h>
#include <sys/queue.h>
#include <rtems/bsd/sys/lock.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/malloc.h>