Move elf definitions to sys/procfs.h as proposed by Mark Kettenis.

This commit is contained in:
Andreas Jaeger 2000-08-21 17:08:21 +00:00
parent d1518c9de0
commit ab3e43136e

View file

@ -19,10 +19,8 @@
#ifndef _SYS_ELF_H
#define _SYS_ELF_H 1
/*
* ELF register definitions..
*/
#warning "This header is obsolete; use <sys/procfs.h> instead."
#include <asm/elf.h>
#include <sys/procfs.h>
#endif /* _SYS_ELF_H */