Mercurial > hg > octave-shane > gnulib-hg
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 |
rev | line source |
---|---|
7503 | 1 Description: |
2 POSIX compatible signal blocking. | |
3 | |
4 Files: | |
5 lib/sigprocmask.c | |
6 m4/signalblocking.m4 | |
7 | |
8 Depends-on: | |
8783
bb4e89fdfa87
sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents:
7503
diff
changeset
|
9 signal |
7503 | 10 stdint |
10210 | 11 raise |
7503 | 12 |
13 configure.ac: | |
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 | 16 |
17 Makefile.am: | |
18 | |
19 Include: | |
8783
bb4e89fdfa87
sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents:
7503
diff
changeset
|
20 <signal.h> |
7503 | 21 |
22 License: | |
10576 | 23 LGPLv2+ |
7503 | 24 |
25 Maintainer: | |
26 Bruno Haible | |
27 |