svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

vapier at uclibc.org vapier at uclibc.org
Thu Dec 29 07:05:10 UTC 2005


Author: vapier
Date: 2005-12-28 23:05:08 -0800 (Wed, 28 Dec 2005)
New Revision: 13005

Log:
pointless whitespace touchups

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/errno.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/errno.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/errno.h	2005-12-29 04:39:12 UTC (rev 13004)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/errno.h	2005-12-29 07:05:08 UTC (rev 13005)
@@ -19,7 +19,7 @@
 
 #ifdef _ERRNO_H
 
-# include <bits/errno_values.h>
+#include <bits/errno_values.h>
 
 #ifndef ENOTSUP
 # define ENOTSUP EOPNOTSUPP
@@ -29,7 +29,7 @@
 # define ECANCELED	125
 #endif
 
-# ifndef __ASSEMBLER__
+#ifndef __ASSEMBLER__
 
 /* We now need a declaration of the `errno' variable.  */
 extern int errno;
@@ -37,16 +37,16 @@
 /* Function to get address of global `errno' variable.  */
 extern int *__errno_location (void) __THROW __attribute__ ((__const__));
 
-#  if defined _LIBC
+# if defined _LIBC
 /* We wouldn't need a special macro anymore but it is history.  */
-#   define __set_errno(val) ((errno) = (val))
-#  endif /* _LIBC */
+#  define __set_errno(val) ((errno) = (val))
+# endif /* _LIBC */
 
-#  if defined __UCLIBC_HAS_THREADS__
+# if defined __UCLIBC_HAS_THREADS__
 /* When using threads, errno is a per-thread value.  */
-#   define errno (*__errno_location ())
-#  endif
+#  define errno (*__errno_location ())
+# endif
 
-# endif /* !__ASSEMBLER__ */
+#endif /* !__ASSEMBLER__ */
+
 #endif /* _ERRNO_H */
-




More information about the uClibc-cvs mailing list