mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 14:43:36 +00:00
* lib/glthread/thread.h (pthread_sigmask): Don't declare it weak if it's defined as a macro. * modules/thread (Depends-on): Add pthread_sigmask.
32 lines
455 B
Plaintext
32 lines
455 B
Plaintext
Description:
|
|
Creating and controlling threads.
|
|
|
|
Files:
|
|
lib/glthread/thread.h
|
|
lib/glthread/thread.c
|
|
m4/thread.m4
|
|
|
|
Depends-on:
|
|
threadlib
|
|
extern-inline
|
|
lock
|
|
pthread_sigmask [test $gl_threads_api = posix]
|
|
|
|
configure.ac:
|
|
gl_THREAD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += glthread/thread.h glthread/thread.c
|
|
|
|
Include:
|
|
"glthread/thread.h"
|
|
|
|
Link:
|
|
$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere
|