diff options
Diffstat (limited to 'grp/Makefile')
-rw-r--r-- | grp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/grp/Makefile b/grp/Makefile index 6444aab5ff..273b7d17ea 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1996 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 @@ -21,8 +21,9 @@ # subdir := grp -routines := grpopen grpread fgetgrent getgrent getgrgid getgrnam \ - initgroups setgroups +routines := fgetgrent initgroups setgroups \ + getgrent getgrgid getgrnam \ + getgrent_r getgrgid_r getgrnam_r tests := testgrp |