patch-2.3.16 linux/include/asm-arm/unistd.h

Next file: linux/include/asm-i386/bigmem.h
Previous file: linux/include/asm-arm/termios.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/include/asm-arm/unistd.h linux/include/asm-arm/unistd.h
@@ -395,11 +395,6 @@
  */
 static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp);
 
-/*
- * Create a new kernel thread
- */
-extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
-
 #endif
 #endif /* __ASM_ARM_UNISTD_H */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)