about summary refs log tree commit diff
path: root/gshadow/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-07-16 17:31:20 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-07-21 07:34:25 +0200
commit2add4235ef674988948155f9a8f60a8c7b09bcff (patch)
treefc0632d81e186958b2fc091b0a2f2fe25e5c5720 /gshadow/Makefile
parent4f62a21d0ed19ff29bba704167179b862140d011 (diff)
downloadglibc-2add4235ef674988948155f9a8f60a8c7b09bcff.tar.gz
glibc-2add4235ef674988948155f9a8f60a8c7b09bcff.tar.xz
glibc-2add4235ef674988948155f9a8f60a8c7b09bcff.zip
gshadow: Implement fgetsgent_r using __nss_fgetent_r (bug 20338)
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'gshadow/Makefile')
-rw-r--r--gshadow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gshadow/Makefile b/gshadow/Makefile
index 089aa6125f..32faf7a534 100644
--- a/gshadow/Makefile
+++ b/gshadow/Makefile
@@ -26,7 +26,7 @@ headers		= gshadow.h
 routines	= getsgent getsgnam sgetsgent fgetsgent putsgent \
 		  getsgent_r getsgnam_r sgetsgent_r fgetsgent_r
 
-tests = tst-gshadow tst-putsgent
+tests = tst-gshadow tst-putsgent tst-fgetsgent_r
 
 CFLAGS-getsgent_r.c += -fexceptions
 CFLAGS-getsgent.c += -fexceptions