]> git.saurik.com Git - apple/libc.git/blobdiff - sys/sigcatch.c
Libc-825.40.1.tar.gz
[apple/libc.git] / sys / sigcatch.c
index ba44c7ecb0cf0891e43f57c22eaa7b16e8f2e48c..e4ce2bce03d98deb566bf6d86da2759931497cd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1999, 2008 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -32,6 +32,6 @@
 /*
  * Actually declare the global data.
  */
-sigcatch_t sigcatch[PADDING] = { (void (*)(int, int, struct sigcontext *))0 };
+sigcatch_t sigcatch[PADDING] = { (sigcatch_t)0 };