home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
KERNEL-S
/
V1.2
/
LINUX-1.2
/
LINUX-1
/
linux
/
include
/
asm-alpha
/
signal.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-16
|
251 b
|
13 lines
#ifndef _ASMAXP_SIGNAL_H
#define _ASMAXP_SIGNAL_H
struct sigcontext_struct {
/*
* what should we have here? I'd probably better use the same
* stack layout as OSF/1, just in case we ever want to try
* running their binaries..
*/
};
#endif