summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2001-09-05 02:41:13 +0000
committerfgsch <fgsch@openbsd.org>2001-09-05 02:41:13 +0000
commit52f52483c27664ea799a9b72021d7a35f4ac62cd (patch)
tree0f007a5089d5a55d7788befc685715ba74935244
parentcorrect select(FD_SETSIZE,...) misuse (diff)
downloadwireguard-openbsd-52f52483c27664ea799a9b72021d7a35f4ac62cd.tar.xz
wireguard-openbsd-52f52483c27664ea799a9b72021d7a35f4ac62cd.zip
add getpw*_r to the list; from brad@
-rw-r--r--lib/libc_r/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc_r/TODO b/lib/libc_r/TODO
index 931d9da2d65..3bb404a03f3 100644
--- a/lib/libc_r/TODO
+++ b/lib/libc_r/TODO
@@ -81,6 +81,8 @@ This is a list of things that still need to be done:
* What to do with gethostby*_r(3)?
+* Look into getpw*_r.
+
* Some ideas:
+ http://www.cs.wustl.edu/~schmidt/locking-patterns.ps.gz
http://www.cs.wustl.edu/~schmidt/TSS-pattern.ps.gz
@@ -93,4 +95,4 @@ This is a list of things that still need to be done:
* Clean up the way that signals are delivered to threads. Yuk.
-$OpenBSD: TODO,v 1.13 2001/09/05 00:10:41 fgsch Exp $
+$OpenBSD: TODO,v 1.14 2001/09/05 02:41:13 fgsch Exp $