add directory gnu
This commit is contained in:
9
gnu/glibc/glibc-1.03/sysdeps/i386/jmp_buf.h
Normal file
9
gnu/glibc/glibc-1.03/sysdeps/i386/jmp_buf.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Define the machine-dependent type `jmp_buf'. Intel 386 version. */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
long int __bx, __si, __di;
|
||||
PTR __bp;
|
||||
PTR __sp;
|
||||
PTR __pc;
|
||||
} __jmp_buf[1];
|
||||
Reference in New Issue
Block a user