Index: ldso/ldso/arm/dl-sysdep.h =================================================================== RCS file: /var/cvs/uClibc/ldso/ldso/arm/dl-sysdep.h,v retrieving revision 1.9 diff -u -b -B -w -p -r1.9 dl-sysdep.h --- ldso/ldso/arm/dl-sysdep.h 17 Feb 2004 10:55:54 -0000 1.9 +++ ldso/ldso/arm/dl-sysdep.h 23 Jun 2004 17:57:35 -0000 @@ -5,6 +5,9 @@ * Copyright (C) 2000-2004 by Erik Andersen */ +#ifndef __DL_SYSDEP_H__ +#define __DL_SYSDEP_H__ + /* Define this if the system uses RELOCA. */ #undef ELF_USES_RELOCA @@ -66,3 +69,5 @@ unsigned long _dl_linux_resolver(struct #define elf_machine_type_class(type) \ ((((type) == R_ARM_JUMP_SLOT) * ELF_RTYPE_CLASS_PLT) \ | (((type) == R_ARM_COPY) * ELF_RTYPE_CLASS_COPY)) + +#endif /* __DL_SYSDEP_H__ */