vfs: check userland buffers before reading them.
[haiku.git] / src / system / libroot / os / arch / ppc / thread.c
blobdf90b6ad6a1a18e8642ec7bdc443504c2571def8
1 #include <OS.h>
2 #include "syscalls.h"
5 thread_id
6 find_thread(const char *name)
8 return _kern_find_thread(name);