diff options
Diffstat (limited to 'newlib/libc/stdlib/envlock.c')
-rw-r--r-- | newlib/libc/stdlib/envlock.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/newlib/libc/stdlib/envlock.c b/newlib/libc/stdlib/envlock.c index 410a28a..3afe30e 100644 --- a/newlib/libc/stdlib/envlock.c +++ b/newlib/libc/stdlib/envlock.c @@ -7,18 +7,11 @@ INDEX INDEX __env_unlock -ANSI_SYNOPSIS +SYNOPSIS #include <envlock.h> void __env_lock (struct _reent *<[reent]>); void __env_unlock (struct _reent *<[reent]>); -TRAD_SYNOPSIS - void __env_lock(<[reent]>) - struct _reent *<[reent]>; - - void __env_unlock(<[reent]>) - struct _reent *<[reent]>; - DESCRIPTION The <<setenv>> family of routines call these functions when they need to modify the environ variable. The version of these routines supplied in the |