From 546db14ee74118296f425f3b91634fb767d67290 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 27 Jan 2000 01:05:20 +0000 Subject: Merge with Linux 2.3.23. The new bootmem stuff has broken various platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. --- include/asm-arm/unistd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/asm-arm/unistd.h') diff --git a/include/asm-arm/unistd.h b/include/asm-arm/unistd.h index 9a436259d..397d80ed5 100644 --- a/include/asm-arm/unistd.h +++ b/include/asm-arm/unistd.h @@ -362,6 +362,7 @@ static inline long open(const char *file, int flag, int mode) static inline long close(int fd) { + extern long sys_close(unsigned int); return sys_close(fd); } @@ -397,6 +398,3 @@ static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp); #endif #endif /* __ASM_ARM_UNISTD_H */ - - - -- cgit v1.2.3