Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Linux and 8.0.5

Re: Linux and 8.0.5

From: John Strange <jstrange_at_imtn.dsccc.com>
Date: 4 Dec 1998 01:43:47 GMT
Message-ID: <747eoj$3ou$1@relay1.dsccc.com>


look at:
/usr/src/linux/include/asm/shmparam.h
and
/usr/src/linux/include/linux/sem.h:

and look around for where_you_install_from/unixdoc/index.htm for the name of what symbols to check.

Then you can do a
cd /usr/src/linux
find . -name "*.h" | xargs grep SYMBOL_HERE

T. M. Gray (tgray_at_siri.com) wrote:
: Where and how do you set shared memory, semaphores, etc... (and what are the
: parameter names).

: Thanks!

--
While Alcatel may claim ownership of all my ideas (on or off the job), Alcatel does not claim any responsibility for them. Warranty expired when u opened this article and I will not be responsible for its contents or use. Received on Thu Dec 03 1998 - 19:43:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US