entered into RCS

This commit is contained in:
Roland McGrath 1992-07-31 00:23:30 +00:00
parent cf6436afd9
commit 4ca58d0af9
4 changed files with 4 additions and 4 deletions

View File

@ -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. */
};

View File

@ -1 +1 @@
#include <sysdeps/unix/bsd/4.4/__wait.c>
#include <sysdeps/unix/bsd/bsd4.4/__wait.c>

View File

@ -1 +1 @@
#include <sysdeps/unix/bsd/4.4/__wait3.c>
#include <sysdeps/unix/bsd/bsd4.4/__wait3.c>

View File

@ -1 +1 @@
#include <sysdeps/unix/bsd/4.4/__waitpid.c>
#include <sysdeps/unix/bsd/bsd4.4/__waitpid.c>