diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-11-30 02:17:18 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-12-01 03:41:52 -0600 |
commit | a38fc79ee9f7ccef78adf91aba8f5ae374803dfe (patch) | |
tree | 3bc6d244fe6582cdd6e68558780ab1ef45f9100f /newlib/libc/stdlib/mlock.c | |
parent | a60026253d244fd722ef153625defe16c4504010 (diff) | |
download | newlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.zip newlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.tar.gz newlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.tar.bz2 |
stdlib: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib/mlock.c')
-rw-r--r-- | newlib/libc/stdlib/mlock.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/newlib/libc/stdlib/mlock.c b/newlib/libc/stdlib/mlock.c index 4c39294..23aa101 100644 --- a/newlib/libc/stdlib/mlock.c +++ b/newlib/libc/stdlib/mlock.c @@ -8,18 +8,11 @@ INDEX INDEX __malloc_unlock -ANSI_SYNOPSIS +SYNOPSIS #include <malloc.h> void __malloc_lock (struct _reent *<[reent]>); void __malloc_unlock (struct _reent *<[reent]>); -TRAD_SYNOPSIS - void __malloc_lock(<[reent]>) - struct _reent *<[reent]>; - - void __malloc_unlock(<[reent]>) - struct _reent *<[reent]>; - DESCRIPTION The <<malloc>> family of routines call these functions when they need to lock the memory pool. The version of these routines supplied in the library use |