OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [libiberty/] [strsignal.c] - Diff between revs 21 and 148

Show entire file | Details | Blame | View Log

Rev 21 Rev 148
Line 536... Line 536...
}
}
 
 
 
 
/*
/*
 
 
@deftypefn Supplemental void psignal (int @var{signo}, const char *@var{message})
@deftypefn Supplemental void psignal (int @var{signo}, char *@var{message})
 
 
Print @var{message} to the standard error, followed by a colon,
Print @var{message} to the standard error, followed by a colon,
followed by the description of the signal specified by @var{signo},
followed by the description of the signal specified by @var{signo},
followed by a newline.
followed by a newline.
 
 
Line 549... Line 549...
*/
*/
 
 
#ifndef HAVE_PSIGNAL
#ifndef HAVE_PSIGNAL
 
 
void
void
psignal (int signo, const char *message)
psignal (int signo, char *message)
{
{
  if (signal_names == NULL)
  if (signal_names == NULL)
    {
    {
      init_signal_tables ();
      init_signal_tables ();
    }
    }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.