diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-07-16 17:31:20 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-07-21 07:34:25 +0200 |
commit | 2add4235ef674988948155f9a8f60a8c7b09bcff (patch) | |
tree | fc0632d81e186958b2fc091b0a2f2fe25e5c5720 /gshadow/Makefile | |
parent | 4f62a21d0ed19ff29bba704167179b862140d011 (diff) | |
download | glibc-2add4235ef674988948155f9a8f60a8c7b09bcff.tar glibc-2add4235ef674988948155f9a8f60a8c7b09bcff.tar.gz glibc-2add4235ef674988948155f9a8f60a8c7b09bcff.tar.bz2 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/Makefile | 2 |
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 |