projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
98ffb99
)
Remove greg_t, gregset_t, and fpregset_t definition. They are defined
author
drepper
<drepper>
Sun, 2 May 1999 19:00:03 +0000
(19:00 +0000)
committer
drepper
<drepper>
Sun, 2 May 1999 19:00:03 +0000
(19:00 +0000)
in ucontext.h.
sysdeps/unix/sysv/linux/sys/procfs.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/sys/procfs.h
b/sysdeps/unix/sysv/linux/sys/procfs.h
index
1346bbd
..
0f48108
100644
(file)
--- a/
sysdeps/unix/sysv/linux/sys/procfs.h
+++ b/
sysdeps/unix/sysv/linux/sys/procfs.h
@@
-1,4
+1,4
@@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997
, 1999
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
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-40,11
+40,6
@@
struct elf_siginfo
int si_errno; /* Errno. */
};
int si_errno; /* Errno. */
};
-typedef elf_greg_t greg_t;
-typedef elf_gregset_t gregset_t;
-typedef elf_fpregset_t fpregset_t;
-#define NGREG ELF_NGREG
-
/* Definitions to generate Intel SVR4-like core files. These mostly
have the same names as the SVR4 types with "elf_" tacked on the
front to prevent clashes with linux definitions, and the typedef
/* Definitions to generate Intel SVR4-like core files. These mostly
have the same names as the SVR4 types with "elf_" tacked on the
front to prevent clashes with linux definitions, and the typedef