commit | d418e3870e94deceb00615f77a78311b7137d463 | [log] [tgz] |
---|---|---|
author | Khem Raj <raj.khem@gmail.com> | Thu Jul 21 21:26:53 2016 -0700 |
committer | Cyril Hrubis <chrubis@suse.cz> | Mon Aug 01 14:52:04 2016 +0200 |
tree | ef13c1efc559c8cb19db5a6147dfb520182c1e8c | |
parent | e70fc49d7e51fcdb8ad447c5598b569df51ed041 [diff] |
fcntl34: Replace pthread_yield() with sched_yield() sched_yield() is specified in POSIX, helps compiling with musl home/root/work/ltp/testcases/kernel/syscalls/fcntl/fcntl34.c:88: undefined reference to `pthread_yield' collect2: error: ld returned 1 exit status make: *** [<builtin>: fcntl34] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Cyril Hrubis <chrubis@suse.cz>