From 95b2df38cb69face8137a8b1daf0e7113c33c274 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 22 Mar 2011 01:04:30 +0100 Subject: clock_{g,s}ettime.c,{create,delete}_module.c: cleanup Do not include unneeded headers. Move headers to the needed place. Fix a comment typo. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/delete_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/delete_module.c') diff --git a/libc/sysdeps/linux/common/delete_module.c b/libc/sysdeps/linux/common/delete_module.c index 8ac6e559e..05841d413 100644 --- a/libc/sysdeps/linux/common/delete_module.c +++ b/libc/sysdeps/linux/common/delete_module.c @@ -7,7 +7,7 @@ */ #include -int delete_module(const char *name, unsigned int flags); #ifdef __NR_delete_module +int delete_module(const char *name, unsigned int flags); _syscall2(int, delete_module, const char *, name, unsigned int, flags) #endif -- cgit v1.2.3