Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 10:38:06 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 12:41:50 +0300
commitddd22ee06902fbe6cf8a9f4b67c351ac28c3872c (patch)
tree9431bcce13e432247090140147548ef0b4eefb43 /newlib/libc/machine
parent4e8c64b928dad78c5d39d6c729ea062b516afc83 (diff)
nds32: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/machine')
-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.