diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 23:07:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 23:07:26 +0200 |
commit | 93f8a2e834eed69aff7ef3be8c2baba14bab0658 (patch) | |
tree | 347b5239f26d3b5f526fffcf7afe151e83124a61 /libc/misc/internals | |
parent | 21730caa6647f645974e132ca8afec79b4eeab2b (diff) |
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libc/misc/internals')
-rw-r--r-- | libc/misc/internals/__uClibc_main.c | 6 | ||||
-rw-r--r-- | libc/misc/internals/errno.c | 2 | ||||
-rw-r--r-- | libc/misc/internals/tempname.c | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c index 3588768a3..b166aaaa7 100644 --- a/libc/misc/internals/__uClibc_main.c +++ b/libc/misc/internals/__uClibc_main.c @@ -28,12 +28,6 @@ #include <sys/sysmacros.h> -#ifdef __UCLIBC_HAS_PROGRAM_INVOCATION_NAME__ -#endif -#ifndef __ARCH_HAS_NO_LDSO__ - -#endif - #ifndef SHARED void *__libc_stack_end = NULL; diff --git a/libc/misc/internals/errno.c b/libc/misc/internals/errno.c index 65728f863..029fdcfde 100644 --- a/libc/misc/internals/errno.c +++ b/libc/misc/internals/errno.c @@ -1,7 +1,5 @@ #include "internal_errno.h" -#ifdef __UCLIBC_HAS_THREADS__ -#endif int errno = 0; int h_errno = 0; diff --git a/libc/misc/internals/tempname.c b/libc/misc/internals/tempname.c index e0bf922c4..cbd4ced7a 100644 --- a/libc/misc/internals/tempname.c +++ b/libc/misc/internals/tempname.c @@ -45,9 +45,6 @@ #include <sys/time.h> #include "tempname.h" -#ifdef __UCLIBC_HAS_LFS__ -#endif - /* Return nonzero if DIR is an existent directory. */ static int direxists (const char *dir) { |