mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
entered into RCS
This commit is contained in:
parent
cf6436afd9
commit
4ca58d0af9
@ -25,7 +25,7 @@ struct sigcontext
|
||||
#define SPARC_MAXREGWINDOW 31 /* Maximum usable register windows. */
|
||||
int sc_sp, sc_pc, sc_npc, sc_psr, sc_g1, sc_o0;
|
||||
int sc_wbcnt; /* Number of outstanding windows. */
|
||||
PTR sc_spbuf[SPARC_MAXREGWINDOW]; /* SP's for each window. */
|
||||
__ptr_t sc_spbuf[SPARC_MAXREGWINDOW]; /* SP's for each window. */
|
||||
int sc_wbuf[SPARC_MAXREGWINDOW][16]; /* Saved register windows. */
|
||||
};
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#include <sysdeps/unix/bsd/4.4/__wait.c>
|
||||
#include <sysdeps/unix/bsd/bsd4.4/__wait.c>
|
||||
|
@ -1 +1 @@
|
||||
#include <sysdeps/unix/bsd/4.4/__wait3.c>
|
||||
#include <sysdeps/unix/bsd/bsd4.4/__wait3.c>
|
||||
|
@ -1 +1 @@
|
||||
#include <sysdeps/unix/bsd/4.4/__waitpid.c>
|
||||
#include <sysdeps/unix/bsd/bsd4.4/__waitpid.c>
|
||||
|
Loading…
Reference in New Issue
Block a user