From 4a7f31fad74417696ce740b1f5c14e4de0740e33 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 16 Dec 2010 14:57:31 +0100 Subject: [PATCH] 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 --- libc/SYSCALLS.TXT | 2 -- 1 file changed, 2 deletions(-) diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT index 2bb8a42a9..3023b133c 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT @@ -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