Deleted Added
full compact
32c32
< * $FreeBSD: head/lib/libthr/thread/thr_setprio.c 112918 2003-04-01 03:46:29Z jeff $
---
> * $FreeBSD: head/lib/libthr/thread/thr_setprio.c 157457 2006-04-04 02:57:49Z davidxu $
33a34,35
>
> #include "namespace.h"
34a37,38
> #include "un-namespace.h"
>
45c49
< if ((ret = pthread_getschedparam(pthread, &policy, &param)) == 0) {
---
> if ((ret = _pthread_getschedparam(pthread, &policy, &param)) == 0) {
47c51
< ret = pthread_setschedparam(pthread, policy, &param);
---
> ret = _pthread_setschedparam(pthread, policy, &param);