aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/reent/sbrkr.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 01:41:14 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 03:41:51 -0600
commit35d2d2fe2ecbfc611820285cc4d47644012e1e1d (patch)
tree46499ea33aca2ba9c901965b09b30cf85b76e176 /newlib/libc/reent/sbrkr.c
parentaa06fa01dce9d5173051cd8f773a61b1f20254d4 (diff)
downloadnewlib-35d2d2fe2ecbfc611820285cc4d47644012e1e1d.zip
newlib-35d2d2fe2ecbfc611820285cc4d47644012e1e1d.tar.gz
newlib-35d2d2fe2ecbfc611820285cc4d47644012e1e1d.tar.bz2
reent: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/reent/sbrkr.c')
-rw-r--r--newlib/libc/reent/sbrkr.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/newlib/libc/reent/sbrkr.c b/newlib/libc/reent/sbrkr.c
index 44e42b5..4217174 100644
--- a/newlib/libc/reent/sbrkr.c
+++ b/newlib/libc/reent/sbrkr.c
@@ -30,16 +30,10 @@ FUNCTION
INDEX
_sbrk_r
-ANSI_SYNOPSIS
+SYNOPSIS
#include <reent.h>
void *_sbrk_r(struct _reent *<[ptr]>, ptrdiff_t <[incr]>);
-TRAD_SYNOPSIS
- #include <reent.h>
- void *_sbrk_r(<[ptr]>, <[incr]>)
- struct _reent *<[ptr]>;
- ptrdiff_t <[incr]>;
-
DESCRIPTION
This is a reentrant version of <<sbrk>>. It
takes a pointer to the global data block, which holds