mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
2002-08-03 Roland McGrath <roland@redhat.com>
* include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove. * include/argz.h: Use libc_hidden_proto for argz_delete. * string/argz-delete.c: Add libc_hidden_def. * string/envz.c: Likewise. Use <envz.h>, not "envz.h".
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
#include <string/argz.h>
|
||||
|
||||
libc_hidden_proto (argz_delete)
|
||||
|
||||
extern size_t __argz_count_internal (__const char *__argz, size_t __len)
|
||||
__attribute_pure__ attribute_hidden;
|
||||
extern void __argz_stringify_internal (char *__argz, size_t __len, int __sep)
|
||||
|
Reference in New Issue
Block a user