summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nds32/sys/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/nds32/sys/elf.h')
-rw-r--r--libc/sysdeps/linux/nds32/sys/elf.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/nds32/sys/elf.h b/libc/sysdeps/linux/nds32/sys/elf.h
new file mode 100644
index 000000000..519948641
--- /dev/null
+++ b/libc/sysdeps/linux/nds32/sys/elf.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2016 Andes Technology, Inc.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#ifndef _SYS_ELF_H
+#define _SYS_ELF_H 1
+
+#warning "This header is obsolete; use <sys/procfs.h> instead."
+
+#include <sys/procfs.h>
+
+#endif /* _SYS_ELF_H */