DragonFly-2.3.2.182.g5b77e master lib/libc_r/uthread uthread_fd.

看板DFBSD_commit作者時間16年前 (2009/07/27 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5b77e1f680812324ac459c1b6bf730ad1a638b68 Author: Nicolas Thery <nthery@gmail.com> Date: Sun Jul 26 20:40:46 2009 +0200 libc_r: fix bugs in openat() The openat() wrapper was not locking its file descriptor argument. Special case the magic AT_FDCWD descriptor in the file descriptor locking code (_FD_LOCK() / _FD_UNLOCK()) to avoid EINVAL on locking. Summary of changes: lib/libc_r/uthread/uthread_fd.c | 32 ++++++++++++++++++++++++++++---- lib/libc_r/uthread/uthread_open.c | 6 ++++++ 2 files changed, 34 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b77e1f680812324ac459c1b6bf730ad1a638b68 -- DragonFly BSD source repository
文章代碼(AID): #1ARGfmJn (DFBSD_commit)