libc: Remove duplicate eventfd declaration from SYSCALLS.TXT
The second declaration came from an incorrect change in AOSP. The eventfd stubs are not affected by this, they are already correct. Change-Id: Icfc7612a68fc37a48dde2687137960a5d1dbc534
This commit is contained in:
@@ -267,5 +267,3 @@ int eventfd:eventfd2(unsigned int, int) 356,328
|
|||||||
# ARM-specific ARM_NR_BASE == 0x0f0000 == 983040
|
# ARM-specific ARM_NR_BASE == 0x0f0000 == 983040
|
||||||
int __set_tls:ARM_set_tls(void*) 983045,-1
|
int __set_tls:ARM_set_tls(void*) 983045,-1
|
||||||
int cacheflush:ARM_cacheflush(long start, long end, long flags) 983042,-1
|
int cacheflush:ARM_cacheflush(long start, long end, long flags) 983042,-1
|
||||||
|
|
||||||
int eventfd(int count, int flags) 351,323
|
|
||||||
|
|||||||
Reference in New Issue
Block a user