* include/sys/cdefs.h (__CONCAT): Define.

* include/elf.h: New file.
* include/sys/elf32.h: Ditto.
* include/sys/elf64.h: Ditto.
* include/sys/elf_common.h: Ditto.
* include/sys/elf_generic.h: Ditto.
This commit is contained in:
Christopher Faylor
2005-08-08 15:00:39 +00:00
parent 2e82c9355f
commit 6e8cac2638
7 changed files with 751 additions and 0 deletions

View File

@@ -18,5 +18,7 @@ details. */
#define __END_DECLS
#endif
#define __P(protos) protos /* full-blown ANSI C */
#define __CONCAT(__x,__y) __x##__y
#define __CONCAT(__x,__y) __x##__y
#endif