Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Tue, 23 Sep 2003 11:25:50 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: "Hannu E K Nevalainen (garbage mail)" cc: cygwin AT cygwin DOT com Subject: Re: man 2 setpriority - issues In-Reply-To: Message-ID: References: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 23 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote: > $ man 2 getpriority > ... > SYNOPSIS > ... > int > setpriority(int which, int who, int prio); > ... > > $ man 2 setpriority > No entry for setpriority in section 2 of the manual > > IMO this is very confusing IF you're not aware of it. I spent some time > finding out. FWIW, I don't have manpage for getpriority on my system, and the search of Cygwin packages turned out nothing, so I have no idea which package contains it. That being said, the usual solution for this problem is "cd /usr/share/man/man2 && ln -s getpriority.2 setpriority.2", which goes into the postinstall script for the package (whatever it is). > Then; "PRIO_PROCESS" mentioned later in the manpage doesn't seem to be > defined anywhere in the include files... > > $ cd /usr/include/ > $ grep PRIO_PROCESS * > $ Try "find /usr/include -type f | xargs grep -H PRIO_PROCESS". > Any pointers on where to find it - or how to bypass this when it gets used > in something you wish to build? > http://www.cygwin.com/ml/libc-hacker/2002-07/msg00013.html > seems to contain a diff on resources.h that adds (removes?) PRIO_PROCESS and > friends. Is this a "correct" change to apply? > > Is there any Windows-"ism" affecting this on cygwin? > > /Hannu E K Nevalainen, B.Sc. EE Hope this helps, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/