diff options
| author | Paul Eggert | 2011-07-08 13:39:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-08 13:39:30 -0700 |
| commit | 1301ac268f19a6ab60d4b43c18bd00393a12a0db (patch) | |
| tree | a56c1472c22c6a59ccac090e58715994ef275bb3 /ChangeLog | |
| parent | 1b85461891d3354aef97bec97fab891ddb24e06e (diff) | |
| parent | 67517972df013491db07d81f516c7e56ddc214c8 (diff) | |
| download | emacs-1301ac268f19a6ab60d4b43c18bd00393a12a0db.tar.gz emacs-1301ac268f19a6ab60d4b43c18bd00393a12a0db.zip | |
Merge: Use pthread_sigmask, not sigprocmask (Bug#9010).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,5 +1,19 @@ | |||
| 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Add gnulib support for pthread_sigmask (Bug#9010). | ||
| 4 | * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. | ||
| 5 | * configure.in (AC_TYPE_UID_T): New dummy macro. | ||
| 6 | Configure gnulib after adjusting LIBS, | ||
| 7 | so that gnulib can assume the libraries in LIBS. | ||
| 8 | * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4: | ||
| 9 | * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4: | ||
| 10 | New files, automatically imported from gnulib. | ||
| 11 | * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update | ||
| 12 | due to the above changes. | ||
| 13 | * .bzrignore: Add lib/signal.h. | ||
| 14 | * src/Makefile.in (LIB_PTHREAD_SIGMASK): New macro. | ||
| 15 | (LIBES): Use it. | ||
| 16 | |||
| 3 | * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib. | 17 | * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib. |
| 4 | 18 | ||
| 5 | 2011-07-07 Andreas Schwab <schwab@linux-m68k.org> | 19 | 2011-07-07 Andreas Schwab <schwab@linux-m68k.org> |