瀏覽代碼

fix broken commenting

Mike Frysinger 20 年之前
父節點
當前提交
6d0846c71d

+ 2 - 1
libc/sysdeps/linux/arm/__syscall_error.c

@@ -1,11 +1,12 @@
 /* Wrapper for setting errno.
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <features.h>
 #include <errno.h>
+#include <features.h>
 
 /* This routine is jumped to by all the syscall handlers, to stash
  * an error number into errno.  */

+ 1 - 1
libc/sysdeps/linux/hppa/__syscall_error.c

@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

+ 1 - 0
libc/sysdeps/linux/i386/__syscall_error.c

@@ -1,4 +1,5 @@
 /* Wrapper for setting errno.
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

+ 1 - 1
libc/sysdeps/linux/m68k/__syscall_error.c

@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

+ 1 - 1
libc/sysdeps/linux/mips/__syscall_error.c

@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

+ 1 - 1
libc/sysdeps/linux/powerpc/__syscall_error.c

@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

+ 1 - 1
libc/sysdeps/linux/sparc/__syscall_error.c

@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

+ 1 - 1
libc/sysdeps/linux/x86_64/__syscall_error.c

@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.