[BACK]Return to elf.h CVS log [TXT][DIR] Up to [local] / src / include

Annotation of src/include/elf.h, Revision 1.1

1.1     ! mpi         1: /*     $OpenBSD$       */
        !             2:
        !             3: /*
        !             4:  * Public domain.
        !             5:  */
        !             6:
        !             7: #ifndef _ELF_H_
        !             8: #define _ELF_H_
        !             9:
        !            10: #include <sys/exec_elf.h>
        !            11:
        !            12: #endif /* _ELF_H_ */