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:
David 'Digit' Turner
2010-12-16 14:57:31 +01:00
parent 6dba546e53
commit 4a7f31fad7

View File

@@ -267,5 +267,3 @@ int eventfd:eventfd2(unsigned int, int) 356,328
# ARM-specific ARM_NR_BASE == 0x0f0000 == 983040
int __set_tls:ARM_set_tls(void*) 983045,-1
int cacheflush:ARM_cacheflush(long start, long end, long flags) 983042,-1
int eventfd(int count, int flags) 351,323