Explorar el Código

+ Add missing PSigContext type

git-svn-id: trunk@20329 -
pierre hace 13 años
padre
commit
464c3bff67
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/netbsd/signal.inc

+ 1 - 0
rtl/netbsd/signal.inc

@@ -135,6 +135,7 @@ type
 type sigset_t = array[0..3] of cardinal;
 
     PSigContextRec = ^SigContextRec;
+    PSigContext = ^SigContextRec;
     SigContextRec = record
        sc_mask      : sigset_t;          { signal mask to restore }
        sc_onstack   : longint;              { sigstack state to restore }