[git commit future 1/1] ldso/include: change guard of headers to reflect the file names.

Khem Raj raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=c12095c6a2b69affe44695ae1f5355e3820d595a
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 ldso/include/dl-hash.h    |    6 +++---
 ldso/include/dl-syscall.h |    6 +++---
 ldso/include/ldso.h       |    6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h
index 2fd0553..5f15b6e 100644
--- a/ldso/include/dl-hash.h
+++ b/ldso/include/dl-hash.h
@@ -5,8 +5,8 @@
  * GNU Lesser General Public License version 2.1 or later.
  */
 
-#ifndef _LD_HASH_H_
-#define _LD_HASH_H_
+#ifndef _DL_HASH_H
+#define _DL_HASH_H
 
 #ifndef RTLD_NEXT
 #define RTLD_NEXT	((void*)-1)
@@ -160,4 +160,4 @@ extern char * _dl_library_path;
 #define LD_BAD_HANDLE 10
 #define LD_NO_SYMBOL 11
 
-#endif /* _LD_HASH_H_ */
+#endif /* _DL_HASH_H */
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h
index da3ac7f..d0aa156 100644
--- a/ldso/include/dl-syscall.h
+++ b/ldso/include/dl-syscall.h
@@ -5,8 +5,8 @@
  * GNU Lesser General Public License version 2.1 or later.
  */
 
-#ifndef _LD_SYSCALL_H_
-#define _LD_SYSCALL_H_
+#ifndef _DL_SYSCALL_H
+#define _DL_SYSCALL_H
 
 /* Pull in the arch specific syscall implementation */
 #include <dl-syscalls.h>
@@ -158,4 +158,4 @@ void *_dl_mmap(void *addr, unsigned long size, int prot,
 #endif
 }
 
-#endif /* _LD_SYSCALL_H_ */
+#endif /* _DL_SYSCALL_H */
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index 69b5dd7..cc65e6c 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -5,8 +5,8 @@
  * GNU Lesser General Public License version 2.1 or later.
  */
 
-#ifndef _LDSO_H_
-#define _LDSO_H_
+#ifndef _LDSO_H
+#define _LDSO_H
 
 #include <features.h>
 
@@ -156,4 +156,4 @@ extern void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load
 #include <dl-defs.h>
 #endif
 
-#endif /* _LDSO_H_ */
+#endif /* _LDSO_H */
-- 
1.7.3.4



More information about the uClibc-cvs mailing list