Loading...
--- Libc/Libc-583/sys/sigcatch.c
+++ Libc/Libc-320/sys/sigcatch.c
@@ -1,7 +1,9 @@
/*
- * Copyright (c) 1999, 2008 Apple Inc. All rights reserved.
+ * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
+ *
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
@@ -32,6 +34,6 @@
/*
* Actually declare the global data.
*/
-sigcatch_t sigcatch[PADDING] = { (sigcatch_t)0 };
+sigcatch_t sigcatch[PADDING] = { (void (*)(int, int, struct sigcontext *))0 };