mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
add eventfd syscall nr for arm; patch from Sjoerd Simons; Closes #150
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2020 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9ac93287a8
commit
0184d70ef1
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue