From: Ulrich Drepper Date: Sun, 22 Apr 2001 14:08:57 +0000 (+0000) Subject: Move contents to sys/procfs.h, and tell the user to include that file instead. X-Git-Tag: upstream/2.30~10627^2~1902 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ace45f1fd05130b43a1c7eac39e655ee7f7b7d3e;p=external%2Fglibc.git Move contents to sys/procfs.h, and tell the user to include that file instead. --- diff --git a/sysdeps/unix/sysv/linux/arm/sys/elf.h b/sysdeps/unix/sysv/linux/arm/sys/elf.h index 83658c3..ffd3b46 100644 --- a/sysdeps/unix/sysv/linux/arm/sys/elf.h +++ b/sysdeps/unix/sysv/linux/arm/sys/elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,12 +19,8 @@ #ifndef _SYS_ELF_H #define _SYS_ELF_H 1 -#include +#warning "This header is obsolete; use instead." -typedef unsigned long int elf_greg_t; -#define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) - -typedef elf_greg_t elf_gregset_t[ELF_NGREG]; -typedef struct user_fp elf_fpregset_t; +#include #endif /* sys/elf.h */