Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Linux and 8.0.5
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
![]() |
![]() |