summaryrefslogtreecommitdiff
path: root/ldso/include/dl-syscall.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-26 21:37:08 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:34 +0200
commitacbf938705b6f0ffded1424531725fcddb56a263 (patch)
tree2be95c1215cd824c02210a67f41922f62cde2840 /ldso/include/dl-syscall.h
parent1a6e3c3f8fe42baf353b993d844b166273261380 (diff)
ldso/include: change guard of headers to reflect the file names.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ldso/include/dl-syscall.h')
-rw-r--r--ldso/include/dl-syscall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h
index 547dad1c8..acfef529a 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
/* We can't use the real errno in ldso, since it has not yet
* been dynamicly linked in yet. */
@@ -187,4 +187,4 @@ void *_dl_mmap(void *addr, unsigned long size, int prot,
#endif
}
-#endif /* _LD_SYSCALL_H_ */
+#endif /* _DL_SYSCALL_H */