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

@@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/libkern.h>
#include <sys/kernel.h>
#include <rtems/bsd/sys/lock.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/sysctl.h>