svn commit: trunk/uClibc/libc/sysdeps/linux: arm hppa i386 m68k mips powerpc sparc x8 etc...

vapier at uclibc.org vapier at uclibc.org
Sat Jan 14 20:18:53 UTC 2006


Author: vapier
Date: 2006-01-14 12:18:52 -0800 (Sat, 14 Jan 2006)
New Revision: 13327

Log:
fix broken commenting

Modified:
   trunk/uClibc/libc/sysdeps/linux/arm/__syscall_error.c
   trunk/uClibc/libc/sysdeps/linux/hppa/__syscall_error.c
   trunk/uClibc/libc/sysdeps/linux/i386/__syscall_error.c
   trunk/uClibc/libc/sysdeps/linux/m68k/__syscall_error.c
   trunk/uClibc/libc/sysdeps/linux/mips/__syscall_error.c
   trunk/uClibc/libc/sysdeps/linux/powerpc/__syscall_error.c
   trunk/uClibc/libc/sysdeps/linux/sparc/__syscall_error.c
   trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/arm/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/arm/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,11 +1,12 @@
 /* Wrapper for setting errno.
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
+#include <errno.h>
 #include <features.h>
-#include <errno.h>
 
 /* This routine is jumped to by all the syscall handlers, to stash
  * an error number into errno.  */

Modified: trunk/uClibc/libc/sysdeps/linux/hppa/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/hppa/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/hppa/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

Modified: trunk/uClibc/libc/sysdeps/linux/i386/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/i386/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/i386/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,4 +1,5 @@
 /* Wrapper for setting errno.
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

Modified: trunk/uClibc/libc/sysdeps/linux/m68k/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/m68k/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/m68k/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

Modified: trunk/uClibc/libc/sysdeps/linux/mips/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/mips/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

Modified: trunk/uClibc/libc/sysdeps/linux/powerpc/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/powerpc/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/powerpc/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

Modified: trunk/uClibc/libc/sysdeps/linux/sparc/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sparc/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/sparc/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c	2006-01-14 20:16:19 UTC (rev 13326)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c	2006-01-14 20:18:52 UTC (rev 13327)
@@ -1,5 +1,5 @@
 /* Wrapper for setting errno.
-/*
+ *
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.




More information about the uClibc-cvs mailing list