1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

entered into RCS

This commit is contained in:
Roland McGrath
1992-04-30 07:14:52 +00:00
parent fa13ab3dc4
commit 43c6e47ffa
6 changed files with 29 additions and 10 deletions

View File

@@ -0,0 +1 @@
sigtramp.c __handler.S

View File

@@ -29,12 +29,6 @@ Cambridge, MA 02139, USA. */
don't actually need a trampoline. */
#include <ansidecl.h>
#ifndef __GNUC__
#error This file uses GNU C extensions; you must compile with GCC.
#endif
/* This will also get us sigcontext.h. */
#include <signal.h>
#include <stddef.h>
#include <errno.h>