diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-05 02:41:14 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-05 02:41:14 +0000 |
commit | 38a01867eaf7929dc637ef37478a8b35f804c0be (patch) | |
tree | 78f73bbdecc5d555039c82bd9fa0ea97bb1208a4 /lib/libc_r | |
parent | b5cb0bde2aee1e005dfbc3a0c6f5d3a5cb9df108 (diff) |
add getpw*_r to the list; from brad@
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/TODO | 4 |
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 $ |