]> sourceware.org Git - glibc.git/commitdiff
entered into RCS
authorRoland McGrath <roland@gnu.org>
Fri, 31 Jul 1992 00:23:30 +0000 (00:23 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 31 Jul 1992 00:23:30 +0000 (00:23 +0000)
sysdeps/unix/bsd/sun/sparc/sigcontext.h
sysdeps/unix/bsd/sun/sunos4/wait.c
sysdeps/unix/bsd/sun/sunos4/wait3.c
sysdeps/unix/bsd/sun/sunos4/waitpid.c

index b61d642d9d9725e07d54d1dec59e7ea10a2b6c0e..4834f2ff9e993bdd4af234d5ccb23f41dc1463c8 100644 (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.  */
   };
 
index 452fdd22c0431f08cb6200bec67ba5ab7807fdd1..d9ee77b4a34ffa83f013db46b2c5aa742b067d01 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/4.4/__wait.c>
+#include <sysdeps/unix/bsd/bsd4.4/__wait.c>
index a7485f5a64c595ce140403c6992138625d65e566..ecc11134bbb31a967d82731ecf5f3bbd631753c7 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/4.4/__wait3.c>
+#include <sysdeps/unix/bsd/bsd4.4/__wait3.c>
index a4839222a6f949ff01afcd17f4390d5b51f4f720..47129a884533c7e97d899df8e2a536707da2f81e 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/4.4/__waitpid.c>
+#include <sysdeps/unix/bsd/bsd4.4/__waitpid.c>
This page took 0.050139 seconds and 5 git commands to generate.