mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* grp/initgroups.c (__nss_group_data): Declare as hidden.
This commit is contained in:
parent
169ec09e54
commit
bf494c7d6b
@ -1,5 +1,7 @@
|
|||||||
2002-03-13 Ulrich Drepper <drepper@redhat.com>
|
2002-03-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* grp/initgroups.c (__nss_group_data): Declare as hidden.
|
||||||
|
|
||||||
* include/locale.h (_nl_C_locobj): Declare as hidden.
|
* include/locale.h (_nl_C_locobj): Declare as hidden.
|
||||||
|
|
||||||
* time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
|
* time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1989,91,93,1996-1999,2000,01 Free Software Foundation, Inc.
|
/* Copyright (C) 1989,91,93,1996-2001, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -45,7 +45,7 @@ extern int __nss_group_lookup (service_user **nip, const char *name,
|
|||||||
void **fctp);
|
void **fctp);
|
||||||
extern void *__nss_lookup_function (service_user *ni, const char *fct_name);
|
extern void *__nss_lookup_function (service_user *ni, const char *fct_name);
|
||||||
|
|
||||||
extern service_user *__nss_group_database;
|
extern service_user *__nss_group_database attribute_hidden;
|
||||||
|
|
||||||
static enum nss_status
|
static enum nss_status
|
||||||
compat_call (service_user *nip, const char *user, gid_t group, long int *start,
|
compat_call (service_user *nip, const char *user, gid_t group, long int *start,
|
||||||
|
Loading…
Reference in New Issue
Block a user