mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Add declaretion of addinitgroups and readdinitgroups.
This commit is contained in:
parent
66b38fc99e
commit
26235c7c45
@ -199,6 +199,13 @@ extern void addhstai (struct database_dyn *db, int fd, request_header *req,
|
||||
extern void readdhstai (struct database_dyn *db, struct hashentry *he,
|
||||
struct datahead *dh);
|
||||
|
||||
|
||||
/* initgrcache.c */
|
||||
extern void addinitgroups (struct database_dyn *db, int fd,
|
||||
request_header *req, void *key, uid_t uid);
|
||||
extern void readdinitgroups (struct database_dyn *db, struct hashentry *he,
|
||||
struct datahead *dh);
|
||||
|
||||
/* mem.c */
|
||||
extern void *mempool_alloc (struct database_dyn *db, size_t len);
|
||||
extern void gc (struct database_dyn *db);
|
||||
|
Loading…
Reference in New Issue
Block a user