From 6d0846c71dce07af61cffb4a2945876be3274f00 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Jan 2006 20:18:52 +0000 Subject: fix broken commenting --- libc/sysdeps/linux/arm/__syscall_error.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/arm/__syscall_error.c') diff --git a/libc/sysdeps/linux/arm/__syscall_error.c b/libc/sysdeps/linux/arm/__syscall_error.c index 25fd67b9f..32f32e19d 100644 --- a/libc/sysdeps/linux/arm/__syscall_error.c +++ b/libc/sysdeps/linux/arm/__syscall_error.c @@ -1,11 +1,12 @@ /* Wrapper for setting errno. + * * Copyright (C) 2000-2006 Erik Andersen * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include #include +#include /* This routine is jumped to by all the syscall handlers, to stash * an error number into errno. */ -- cgit v1.2.3