From: Ulrich Drepper Date: Thu, 6 Jan 2000 00:05:21 +0000 (+0000) Subject: (struct layout): Delete definition; include the above file instead. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2103c5d7b3d0669f56f58284eb5ce84e54dc7025;p=thirdparty%2Fglibc.git (struct layout): Delete definition; include the above file instead. --- 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;