aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/stty.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-11-12 12:02:57 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-11-12 17:16:18 +0100
commit76a7c103eb9060f9e3ba01d073ae4621a17d8b46 (patch)
tree49dd63a6449f5f4ab0b96e9348759ee7fcc64c1d /sysdeps/unix/bsd/stty.c
parentcba932a5a9e91cffd7f4172d7e91f9b2efb1f84b (diff)
downloadglibc-76a7c103eb9060f9e3ba01d073ae4621a17d8b46.zip
glibc-76a7c103eb9060f9e3ba01d073ae4621a17d8b46.tar.gz
glibc-76a7c103eb9060f9e3ba01d073ae4621a17d8b46.tar.bz2
login: Introduce matches_last_entry to utmp processing
This simplifies internal_getut_nolock and fixes a regression, introduced in commit be6b16d975683e6cca57852cd4cfe715b2a9d8b1 ("login: Acquire write lock early in pututline [BZ #24882]") in pututxline because __utmp_equal can only compare process-related utmp entries. Fixes: be6b16d975683e6cca57852cd4cfe715b2a9d8b1 Change-Id: Ib8a85002f7f87ee41590846d16d7e52bdb82f5a5
Diffstat (limited to 'sysdeps/unix/bsd/stty.c')
0 files changed, 0 insertions, 0 deletions
/option> Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 356b2eb94bf8d318c6ce421664832a35bd5a9229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
*.diff
*.patch
*.orig
*.rej

*~
.#*
*#

*.flt
*.gmo
*.info
*.la
*.lo
*.o
*.pyc
*.tmp
*.a

.deps
.libs

autom4te.cache
config.cache
config.h
config.intl
config.log
config.status
libtool
POTFILES
*-POTFILES

TAGS
TAGS.sub

.local.vimrc
.lvimrc

.clang-format

.gdbinit
.gdb_history

perf.data
perf.data.old

# ignore core files, but not java/net/protocol/core/
core
!core/

lost+found

# ignore ./contrib/gcc_update output
LAST_UPDATED
REVISION

stamp-*
*.stamp

# ignore in-tree prerequisites
/mpfr*
/mpc*
/gmp*
/isl*