summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/sysdep.h
diff options
context:
space:
mode:
authorTobias Anderberg <tobias.anderberg@axis.com>2002-09-23 12:21:14 +0000
committerTobias Anderberg <tobias.anderberg@axis.com>2002-09-23 12:21:14 +0000
commit3e2f4de2b24ce2e3bc1733f55292cf496eb4bd83 (patch)
tree147c8098a97ab6b47524755062c52e185c2080f3 /libc/sysdeps/linux/cris/sysdep.h
parent3a5a812fd610a5bfacadac212c35bdf04c852e26 (diff)
Cosmetic cleanup.
Diffstat (limited to 'libc/sysdeps/linux/cris/sysdep.h')
-rw-r--r--libc/sysdeps/linux/cris/sysdep.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/sysdep.h b/libc/sysdeps/linux/cris/sysdep.h
index 2068557c5..f905c7fb3 100644
--- a/libc/sysdeps/linux/cris/sysdep.h
+++ b/libc/sysdeps/linux/cris/sysdep.h
@@ -17,6 +17,9 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifndef _SYSDEP_H_
+#define _SYSDEP_H_
+
#ifndef C_LABEL
/* Define a macro we can use to construct the asm name for a C symbol. */
@@ -138,4 +141,5 @@
#define syscall_error __syscall_error
#define mcount _mcount
-#endif /* __ASSEMBLER__ */
+#endif /* __ASSEMBLER__ */
+#endif /* _SYSDEP_H_ */