]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/i386/unix_signal.c
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / dev / i386 / unix_signal.c
index 4f31f83e5a7914d19b21bbd014282b6f8691ca95..bb073b026f6cc96a049d3eecdbf78ed9a09135f2 100644 (file)
@@ -63,7 +63,7 @@
 /* Forward: */
 extern boolean_t machine_exception(int, mach_exception_code_t, 
                mach_exception_subcode_t, int *, mach_exception_subcode_t *);
-extern kern_return_t thread_getstatus(register thread_t act, int flavor,
+extern kern_return_t thread_getstatus(thread_t act, int flavor,
                        thread_state_t tstate, mach_msg_type_number_t *count);
 extern kern_return_t thread_setstatus(thread_t thread, int flavor,
                        thread_state_t tstate, mach_msg_type_number_t count);