diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-15 14:06:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-15 14:06:44 +0000 |
commit | 80b0b55af2faa2e314d61d2f17fc24c9cfa94a34 (patch) | |
tree | 9944b254b1e5c829f1b7b099b129e563f19eae23 /libc/sysdeps/linux/common/create_module.c | |
parent | 4d3c7f75e644c67e3110fa7ded9eb6af696f8ef2 (diff) |
Cleanup a few structural wierdnesses
Diffstat (limited to 'libc/sysdeps/linux/common/create_module.c')
-rw-r--r-- | libc/sysdeps/linux/common/create_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/create_module.c b/libc/sysdeps/linux/common/create_module.c index 9b80fe84e..426b0f178 100644 --- a/libc/sysdeps/linux/common/create_module.c +++ b/libc/sysdeps/linux/common/create_module.c @@ -61,7 +61,7 @@ unsigned long create_module(const char *name, size_t size) } #else /* Sparc, MIPS, etc don't mistake return values for errors. */ -_syscall2(unsigned long, create_module, const char *, name, size_t, size) +_syscall2(unsigned long, create_module, const char *, name, size_t, size); #endif |