[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, patches, updated. upstream/0.9.7-3-g546cf4b
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Nov 4 12:32:13 UTC 2007
The branch, patches has been updated
via 546cf4b92fa968d9a5242921272ad09c26cda049 (commit)
from c8c7a262a5a53ce1e8edbd5cca00b087d7e95d76 (commit)
- Shortlog ------------------------------------------------------------
546cf4b Define __NR_eventfd on arm if it wasn't defined yet
Summary of changes:
src/pulsecore/fdsem.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 546cf4b92fa968d9a5242921272ad09c26cda049
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sun Nov 4 13:30:57 2007 +0100
Define __NR_eventfd on arm if it wasn't defined yet
diff --git a/src/pulsecore/fdsem.c b/src/pulsecore/fdsem.c
index 927bf00..59eec18 100644
--- a/src/pulsecore/fdsem.c
+++ b/src/pulsecore/fdsem.c
@@ -53,6 +53,10 @@
#define __NR_eventfd 284
#endif
+#if !defined(__NR_eventfd) && defined(__arm__)
+#define __NR_eventfd (__NR_SYSCALL_BASE+351)
+#endif
+
#if !defined(SYS_eventfd) && defined(__NR_eventfd)
#define SYS_eventfd __NR_eventfd
#endif
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list