nds32: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
4e8c64b928
commit
ddd22ee069
newlib/libc/machine/nds32
|
@ -5,14 +5,10 @@ FUNCTION
|
||||||
INDEX
|
INDEX
|
||||||
abort
|
abort
|
||||||
|
|
||||||
ANSI_SYNOPSIS
|
SYNOPSIS
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
void abort(void);
|
void abort(void);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
|
||||||
#include <stdlib.h>
|
|
||||||
void abort();
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
Use <<abort>> to signal that your program has detected a condition it
|
Use <<abort>> to signal that your program has detected a condition it
|
||||||
cannot deal with. Normally, <<abort>> ends your program's execution.
|
cannot deal with. Normally, <<abort>> ends your program's execution.
|
||||||
|
|
Loading…
Reference in New Issue