[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2011-12-28-g31412e2

Raymond Toy rtoy at common-lisp.net
Wed Jan 4 17:43:02 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  31412e299254744d3c7774368065baf2cd494841 (commit)
      from  aa96ed2c3a137c91d1dc5b093c216dab9098f684 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 31412e299254744d3c7774368065baf2cd494841
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Wed Jan 4 09:42:56 2012 -0800

    Update HANDLER_ARGS to match sa_sigaction type.

diff --git a/src/lisp/Darwin-os.h b/src/lisp/Darwin-os.h
index 0c126ed..180e686 100644
--- a/src/lisp/Darwin-os.h
+++ b/src/lisp/Darwin-os.h
@@ -28,7 +28,7 @@ typedef int os_vm_prot_t;
 
 #define OS_VM_DEFAULT_PAGESIZE	4096
 
-#define HANDLER_ARGS int signal, siginfo_t *code, os_context_t *context
+#define HANDLER_ARGS int signal, siginfo_t *code, void *context
 #define CODE(code)  ((code) ? code->si_code : 0)
 #define os_context_t ucontext_t
 #ifdef __i386__

-----------------------------------------------------------------------

Summary of changes:
 src/lisp/Darwin-os.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list