~ubuntu-branches/ubuntu/maverick/radare/maverick

« back to all changes in this revision

Viewing changes to src/dbg/darwin/signal.c

  • Committer: Bazaar Package Importer
  • Author(s): SevenMachines
  • Date: 2010-09-07 15:44:27 UTC
  • mfrom: (1.1.3 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100907154427-37u92vu12tqabqqz
Tags: 1:1.5.2-3ubuntu1
* Merge from debian testing (LP: #621016)
* debian/control:
     + libvala-dev transition to libval-0.10-dev (LP: #618809) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  {0, NULL, "Unknown signal"}
35
35
};
36
36
 
37
 
void debug_print_sigh(char *signame, unsigned long handler)
 
37
void debug_print_sigh(const char *signame, unsigned long handler)
38
38
{
39
39
        switch (handler) {
40
40
        case (long)SIG_DFL: