summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 01:38:06 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 03:41:50 -0600
commitddd22ee06902fbe6cf8a9f4b67c351ac28c3872c (patch)
tree9431bcce13e432247090140147548ef0b4eefb43
parent4e8c64b928dad78c5d39d6c729ea062b516afc83 (diff)
downloadcygnal-ddd22ee06902fbe6cf8a9f4b67c351ac28c3872c.tar.gz
cygnal-ddd22ee06902fbe6cf8a9f4b67c351ac28c3872c.tar.bz2
cygnal-ddd22ee06902fbe6cf8a9f4b67c351ac28c3872c.zip
nds32: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
-rw-r--r--newlib/libc/machine/nds32/abort.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/libc/machine/nds32/abort.c b/newlib/libc/machine/nds32/abort.c
index 724562a84..abceb4b8b 100644
--- a/newlib/libc/machine/nds32/abort.c
+++ b/newlib/libc/machine/nds32/abort.c
@@ -5,14 +5,10 @@ FUNCTION
INDEX
abort
-ANSI_SYNOPSIS
+SYNOPSIS
#include <stdlib.h>
void abort(void);
-TRAD_SYNOPSIS
- #include <stdlib.h>
- void abort();
-
DESCRIPTION
Use <<abort>> to signal that your program has detected a condition it
cannot deal with. Normally, <<abort>> ends your program's execution.