GNOME Bugzilla – Bug 106227
pthread_attr_setstacksize may be missing
Last modified: 2004-12-22 21:47:04 UTC
According to the POSIX standard, a pthreading library is not required to implement the pthread_attr_setstacksize function. Instead, the standard defines a symbol, called _POSIX_THREAD_ATTR_STACKSIZE that programs can use to determine if that function is present. libnautilus-private/nautilus-thumbnails.c must be pached to check for this macro, and iff it exists, call pthread_attr_setstacksize. Otherwise, no call is done.
Created attachment 14369 [details] [review] The patch
committed, thanks