diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-16 03:09:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-16 03:09:12 +0000 |
commit | e3ea7124d78b8936305ee42215c7a862bbc29691 (patch) | |
tree | 75f651339f1be42abff35a0a7291b2a220818fc9 | |
parent | abe7b661ff7a361c9fe11789bab068e44de849b0 (diff) | |
download | glibc-e3ea7124d78b8936305ee42215c7a862bbc29691.tar glibc-e3ea7124d78b8936305ee42215c7a862bbc29691.tar.gz glibc-e3ea7124d78b8936305ee42215c7a862bbc29691.tar.bz2 glibc-e3ea7124d78b8936305ee42215c7a862bbc29691.zip |
typo
and call __libc_utmp_jump_table functions directly, instead of using
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ * login/utmp-private.h: Declare __libc_utmp_lock. * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once - call __libc_utmp_jump_table functions directly, instead of using + and call __libc_utmp_jump_table functions directly, instead of using __setutent et al. * sysdeps/unix/sysv/linux/configure.in: Use case instead of if. |