annotate modules/sigprocmask @ 11219:aaeb2f86d096

Fix *printf behaviour regarding the %ls directive.
author Bruno Haible <bruno@clisp.org>
date Thu, 26 Feb 2009 12:54:20 +0100
parents 27a1858c4c79
children efab6978105e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7503
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 POSIX compatible signal blocking.
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/sigprocmask.c
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/signalblocking.m4
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
8783
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 7503
diff changeset
9 signal
7503
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 stdint
10210
9f848a3cc15a Use raise module consistently.
Eric Blake <ebb9@byu.net>
parents: 8783
diff changeset
11 raise
7503
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_SIGNALBLOCKING
8783
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 7503
diff changeset
15 gl_SIGNAL_MODULE_INDICATOR([sigprocmask])
7503
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Include:
8783
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 7503
diff changeset
20 <signal.h>
7503
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
10576
27a1858c4c79 Relax license to LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents: 10239
diff changeset
23 LGPLv2+
7503
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Bruno Haible
a55a9e67f244 New module 'sigprocmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27