]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: move POSIX semaphore API functions to posix_ipc.cc
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 10 Aug 2022 16:11:57 +0000 (18:11 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 10 Aug 2022 16:11:57 +0000 (18:11 +0200)
commitbf1d972d5c397125d879d6334c84012f166af9eb
tree5de4ab5d275c18b3ab182bea803e8f9924f2beca
parent782ef536199c94ae6984450a478b2563b3005576
Cygwin: move POSIX semaphore API functions to posix_ipc.cc

This way, the sem API is all in the same place, even if the
underlying semaphore class is still in thread.cc.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/posix_ipc.cc
winsup/cygwin/thread.cc
This page took 0.028905 seconds and 5 git commands to generate.