about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-13 18:31:25 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-13 18:31:25 +0000
commit7be8096fe67ecc2e0264613fcb2a70ef0fe68132 (patch)
treebeab50d12723ebffeb49353ecd1480aeb353a1cb /ChangeLog
parent44129238a240efd600340fbe42a0f7140e5f5b0f (diff)
downloadglibc-7be8096fe67ecc2e0264613fcb2a70ef0fe68132.tar.gz
glibc-7be8096fe67ecc2e0264613fcb2a70ef0fe68132.tar.xz
glibc-7be8096fe67ecc2e0264613fcb2a70ef0fe68132.zip
Update.
	* manual/nss.texi (NSS Module Interface): Document requirement on errno
	value after unsuccessful call of module function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6954f5a076..073b107e84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-13  Ulrich Drepper  <drepper@cygnus.com>
 
+	* manual/nss.texi (NSS Module Interface): Document requirement on errno
+	value after unsuccessful call of module function.
+
 	* sysdeps/unix/sysv/linux/syscalls.list: Add __syscall_fork alias.
 	* sysdeps/unix/sysv/linux/vfork.c: Use vfork syscall if available,
 	otherwise use fork.