1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Fix lots of bitrot for stub configurations.

This commit is contained in:
Roland McGrath
2012-07-30 16:09:11 -07:00
parent fc56c5bbc1
commit bea9b19322
39 changed files with 292 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
/* Initgroups handling in nss_files module.
Copyright (C) 2011 Free Software Foundation, Inc.
Copyright (C) 2011-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -23,6 +23,8 @@
#include <stdio_ext.h>
#include <string.h>
#include <sys/param.h>
#include <stdbool.h>
#include <stdlib.h>
enum nss_status
_nss_files_initgroups_dyn (const char *user, gid_t group, long int *start,