From 2103c5d7b3d0669f56f58284eb5ce84e54dc7025 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 Jan 2000 00:05:21 +0000 Subject: [PATCH] (struct layout): Delete definition; include the above file instead. --- sysdeps/generic/segfault.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sysdeps/generic/segfault.c b/sysdeps/generic/segfault.c index b1bb178d7a7..41e3aa54d8d 100644 --- a/sysdeps/generic/segfault.c +++ b/sysdeps/generic/segfault.c @@ -28,6 +28,9 @@ #include #include +/* Get the definition of "struct layout". */ +#include + /* This file defines macros to access the content of the sigcontext element passed up by the signal handler. */ #include @@ -72,14 +75,6 @@ extern void *__libc_stack_end; /* We'll use tis a lot. */ #define WRITE_STRING(s) write (fd, s, strlen (s)) - -struct layout -{ - void *next; - void *return_address; -}; - - /* Name of the output file. */ static const char *fname; -- 2.47.2