yield.m4 | yield.m4 | |||
---|---|---|---|---|
# yield.m4 serial 2 | # yield.m4 serial 2 | |||
dnl Copyright (C) 2005-2010 Free Software Foundation, Inc. | dnl Copyright (C) 2005-2014 Free Software Foundation, Inc. | |||
dnl This file is free software; the Free Software Foundation | dnl This file is free software; the Free Software Foundation | |||
dnl gives unlimited permission to copy and/or distribute it, | dnl gives unlimited permission to copy and/or distribute it, | |||
dnl with or without modifications, as long as this notice is preserved. | dnl with or without modifications, as long as this notice is preserved. | |||
AC_DEFUN([gl_YIELD], | AC_DEFUN([gl_YIELD], | |||
[ | [ | |||
AC_REQUIRE([gl_THREADLIB]) | AC_REQUIRE([gl_THREADLIB]) | |||
dnl On some systems, sched_yield is in librt, rather than in libpthread. | dnl On some systems, sched_yield is in librt, rather than in libpthread. | |||
YIELD_LIB= | YIELD_LIB= | |||
if test $gl_threads_api = posix; then | if test $gl_threads_api = posix; then | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |