This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 86087816201d61f1b72d8bd7d91cfc7eb26422e9 (commit)
via ffc0bd03c4c41725ed2eee2fdea296eb42d26496 (commit)
from ef0e534fda812f90815b945a9dde79f318e24e14 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 86087816201d61f1b72d8bd7d91cfc7eb26422e9
Merge: ef0e534 ffc0bd0
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Tue Dec 9 15:06:31 2014 +0100
Merge remote-tracking branch 'origin/upstream'
-----------------------------------------------------------------------
Summary of changes:
include/signal.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/signal.h b/include/signal.h
index edd7a97..be24cf3 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -98,7 +98,9 @@ typedef __uid_t uid_t;
/* We need `struct timespec' later on. */
# define __need_timespec
# include <time.h>
+#endif
+#if defined __USE_POSIX199309 || defined __USE_XOPEN_EXTENDED
/* Get the `siginfo_t' type plus the needed symbols. */
# include <bits/siginfo.h>
#endif
hooks/post-receive
--
uClibc-ng - small C library for embedded systems