X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_52,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4A328A23.8010308@users.sourceforge.net> Date: Fri, 12 Jun 2009 12:02:27 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.7.0 sem_open References: <94b5b62d0906112150g473b49fao41f95c3a1c6e6014 AT mail DOT gmail DOT com> <20090612084932 DOT GC5039 AT calimero DOT vinschen DOT de> <4A322438 DOT 9050002 AT users DOT sourceforge DOT net> <20090612101654 DOT GA11934 AT calimero DOT vinschen DOT de> <20090612101958 DOT GB11934 AT calimero DOT vinschen DOT de> In-Reply-To: <20090612101958.GB11934@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 12/06/2009 05:19, Corinna Vinschen wrote: > On Jun 12 12:16, Corinna Vinschen wrote: >> Certainly a good idea. I don't know if it would hurt if too many >> symbols could be linked against via librt.a. We could move the >> realtime functions from timer.cc and times.cc into its own source >> file. Or we could create it with only the symbols from posix_ipc.cc, >> just so it is available for linking. I doubt it would hurt to have "extra" symbols in librt.a in our case, since they are still available in libc/libcygwin where they belong. OTOH moving the realtime functions may involve some code refactoring with little benefit. As for having "enough" symbols in librt, it may just be enough that librt simply exists in some form. The cases I have seen where realtime functions were used, the configure checks looked in both libc and librt. The issue is with makefiles which add -lrt indiscriminately, assuming it must be present; those cases don't really care what it contains. > For now I did the latter. Adding more symbols to it shouldn't be much > of a problem, if required. Great, thank you. That will probably suffice. Yaakov -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/