about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:17 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:30:59 +0200
commit0ac35d181edd38563f95c3b38e74476bfbff76d3 (patch)
tree7f0cdb954a8d458a895d3aa138882b79397381d6 /include
parent98b107e30848198e7128f80b38b406585f0317d6 (diff)
downloadglibc-0ac35d181edd38563f95c3b38e74476bfbff76d3.tar.gz
glibc-0ac35d181edd38563f95c3b38e74476bfbff76d3.tar.xz
glibc-0ac35d181edd38563f95c3b38e74476bfbff76d3.zip
Remove 'pwd' and merge into 'nss'
The majority of pwd routines are entry points for nss functionality.
This commit removes the 'pwd' subdirectory and moves all functionality
and tests to 'nss'.  References to pwd/ are accordingly changed.
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/pwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pwd.h b/include/pwd.h
index f8975d4957..c4ca8bab33 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -1,5 +1,5 @@
 #ifndef _PWD_H
-#include <pwd/pwd.h>
+#include <nss/pwd.h>
 
 #ifndef _ISOMAC
 /* Now define the internal interfaces.  */