diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-11-30 01:41:14 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-12-01 03:41:51 -0600 |
commit | 35d2d2fe2ecbfc611820285cc4d47644012e1e1d (patch) | |
tree | 46499ea33aca2ba9c901965b09b30cf85b76e176 /newlib/libc/reent/mkdirr.c | |
parent | aa06fa01dce9d5173051cd8f773a61b1f20254d4 (diff) | |
download | newlib-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/mkdirr.c')
-rw-r--r-- | newlib/libc/reent/mkdirr.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/newlib/libc/reent/mkdirr.c b/newlib/libc/reent/mkdirr.c index fe36de1..eee999e 100644 --- a/newlib/libc/reent/mkdirr.c +++ b/newlib/libc/reent/mkdirr.c @@ -26,18 +26,11 @@ FUNCTION INDEX _mkdir_r -ANSI_SYNOPSIS +SYNOPSIS #include <reent.h> int _mkdir_r(struct _reent *<[ptr]>, const char *<[path]>, int <[mode]>); -TRAD_SYNOPSIS - #include <reent.h> - int _mkdir_r(<[ptr]>, <[path]>, <[mode]>) - struct _reent *<[ptr]>; - char *<[path]>; - int <[mode]>; - DESCRIPTION This is a reentrant version of <<mkdir>>. It takes a pointer to the global data block, which holds |