From ddd22ee06902fbe6cf8a9f4b67c351ac28c3872c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 30 Nov 2017 01:38:06 -0600 Subject: [PATCH] nds32: remove TRAD_SYNOPSIS Signed-off-by: Yaakov Selkowitz --- newlib/libc/machine/nds32/abort.c | 6 +----- 1 file changed, 1 insertion(+), 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 void abort(void); -TRAD_SYNOPSIS - #include - void abort(); - DESCRIPTION Use <> to signal that your program has detected a condition it cannot deal with. Normally, <> ends your program's execution.