]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/signal.h
xnu-2050.7.9.tar.gz
[apple/xnu.git] / bsd / sys / signal.h
index d2e40fd76e36ddf77d2d3cde1c6551efe9ce466f..0ec1754362d847a6e0da7478d8855419d8b2c4cd 100644 (file)
@@ -294,6 +294,9 @@ typedef struct user32_siginfo {
        user32_ulong_t  __pad[7];               /* Reserved for Future Use */
 } user32_siginfo_t;
 
+void siginfo_user_to_user32(user_siginfo_t *, user32_siginfo_t *);
+void siginfo_user_to_user64(user_siginfo_t *, user64_siginfo_t *);
+
 #endif /* BSD_KERNEL_PRIVATE */
 
 /*