1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-10 05:03:06 +03:00

Remove 'shadow' and merge into 'nss'

The majority of shadow routines are entry points for nss functionality.
This commit removes the 'shadow' subdirectory and moves all
functionality and tests to 'nss'.  References to shadow/ are accordingly
changed.
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Arjun Shankar
2023-10-02 14:55:18 +02:00
parent 0ac35d181e
commit c6b577caef
19 changed files with 42 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _SHADOW_H
#include <shadow/shadow.h>
#include <nss/shadow.h>
# ifndef _ISOMAC