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:
Diffstat (limited to 'newlib/libc/stdlib/mlock.c')
-rw-r--r--newlib/libc/stdlib/mlock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/stdlib/mlock.c b/newlib/libc/stdlib/mlock.c
index e7f7242ce..485d0d5c9 100644
--- a/newlib/libc/stdlib/mlock.c
+++ b/newlib/libc/stdlib/mlock.c
@@ -9,15 +9,15 @@ INDEX
ANSI_SYNOPSIS
#include <malloc.h>
- void __malloc_lock (void *<[reent]>);
- void __malloc_unlock (void *<[reent]>);
+ void __malloc_lock (struct _reent *<[reent]>);
+ void __malloc_unlock (struct _reent *<[reent]>);
TRAD_SYNOPSIS
void __malloc_lock(<[reent]>)
- char *<[reent]>;
+ struct _reent *<[reent]>;
void __malloc_unlock(<[reent]>)
- char *<[reent]>;
+ struct _reent *<[reent]>;
DESCRIPTION
The <<malloc>> family of routines call these functions when they need