mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Restore documentation changes lost during merge
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38267 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0fe75d0805
commit
9b90ae7e2a
1 changed files with 2 additions and 2 deletions
|
@ -1752,7 +1752,7 @@ CFLAGS=$saved_CFLAGS
|
|||
AC_CHECK_FUNCS(pthread_set_name_np)
|
||||
if test $ac_cv_func_pthread_set_name_np == yes; then
|
||||
AC_DEFINE(PTHREAD_SETNAME(a), (pthread_set_name_np(pthread_self(), a), 0),
|
||||
[Description: Define set name function for pthread])
|
||||
[Description: Define set name function for pthread returning void])
|
||||
else
|
||||
AC_CACHE_CHECK(
|
||||
[for pthread_setname_np() variant],
|
||||
|
@ -1773,7 +1773,7 @@ else
|
|||
case $gs_cv_pthread_setname_np in
|
||||
darwin)
|
||||
AC_DEFINE(PTHREAD_SETNAME(a), pthread_setname_np(a),
|
||||
[Description: Define set name function for pthread])
|
||||
[Description: Define set name function for pthread with one arg])
|
||||
;;
|
||||
glibc)
|
||||
AC_DEFINE(PTHREAD_SETNAME(a), pthread_setname_np(pthread_self(),a),
|
||||
|
|
Loading…
Reference in a new issue