Skip to content

Commit a7348d0

Browse files
committed
Try again with hopefully valid blurb
1 parent 6f95e9c commit a7348d0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Fix libc thread safety issues with:
2-
- socket: replace getservbyname, getservbyport, getprotobyname with *_r
3-
re-entrant versions
4-
- pwd: lock access to getpwall
5-
- dbm: perform stateful operations in critical sections
6-
- os: replace getlogin with getlogin_r re-entrant version
1+
Fix libc thread safety issues with :mod:`socket` (replace ``getservbyname``,
2+
``getservbyport``, ``getprotobyname`` with ``*_r`` re-entrant versions),
3+
:mod:`pwd` (lock access to ``getpwall``), :mod:`dbm` (perform stateful
4+
operations in critical sections), and :mod:`os` (replace ``getlogin`` with
5+
``getlogin_r`` re-entrant version).

0 commit comments

Comments
 (0)