*** empty log message ***

master
Marc Alexander Lehmann 14 years ago
parent 5991f26a64
commit 09251e5f33

@ -17,6 +17,7 @@ TODO: somehow unblock procmask?
(analysed by lekma).
- changed minimum glibc requirement from glibc 2.9 to 2.7, for
signalfd.
- add missing string.h include (Denis F. Latypoff).
3.8 Sun Aug 9 14:30:45 CEST 2009
- incompatible change: do not necessarily reset signal handler

@ -155,6 +155,7 @@ extern "C" {
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <stddef.h>

Loading…
Cancel
Save