Date: Mon, 13 Jan 2003 19:36:45 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys sem.c Message-ID: <200301140336.h0E3ajUj079362@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/01/13 19:36:45 PST Modified files: lib/libc/sys sem.c Log: Add the newly created semaphore to the named semaphore list in sem_open() so that multiple opens of the same semaphore without an intervening sem_close() return the same object, and so that sem_close() does not segfault while trying to remove the item from the list. Revision Changes Path 1.3 +2 -1 src/lib/libc/sys/sem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301140336.h0E3ajUj079362>