about summary refs log tree commit diff
path: root/login/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-05-06 15:19:14 -0700
committerRoland McGrath <roland@hack.frob.com>2013-05-06 15:19:14 -0700
commitbd9ffde61a27945abf0498b5c562f9bf0dcc6419 (patch)
treee453b482503f4a9d1fd46ba521a21e55ed8e3784 /login/Makefile
parent8fb16a04e6be250fdae2ce85354aae3702151140 (diff)
downloadglibc-bd9ffde61a27945abf0498b5c562f9bf0dcc6419.tar.gz
glibc-bd9ffde61a27945abf0498b5c562f9bf0dcc6419.tar.xz
glibc-bd9ffde61a27945abf0498b5c562f9bf0dcc6419.zip
Move ptsname_r_chk to login/ subdir.
Diffstat (limited to 'login/Makefile')
-rw-r--r--login/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile
index 4b057ec927..fa5aa71381 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -25,7 +25,8 @@ headers	:= utmp.h bits/utmp.h lastlog.h pty.h
 
 routines := getlogin getlogin_r setlogin \
 	    getutent getutent_r getutid getutline getutid_r getutline_r \
-	    utmp_file utmpname updwtmp getpt grantpt unlockpt ptsname
+	    utmp_file utmpname updwtmp getpt grantpt unlockpt ptsname \
+	    ptsname_r_chk
 
 CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"'