~ubuntu-branches/ubuntu/hardy/klibc/hardy-updates

« back to all changes in this revision

Viewing changes to include/signal.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2006-01-04 20:24:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104202452-ec4v3n829rymukuv
Tags: 1.1.15-0ubuntu1
* New upstream version.

* Patch to fix compilation on parisc64 kernels.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
# undef SIGRTMAX
43
43
#endif
44
44
 
45
 
__extern const char * const sys_siglist[];
 
45
__extern const char * const sys_siglist[_NSIG];
 
46
__extern const char * const sys_sigabbrev[_NSIG];
46
47
 
47
48
/* This assumes sigset_t is either an unsigned long or an array of such,
48
49
   and that _NSIG_BPW in the kernel is always LONG_BIT */