public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* syscals
@ 2002-04-09  2:10 mark manning
  2002-04-09 10:06 ` syscals Frank Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: mark manning @ 2002-04-09  2:10 UTC (permalink / raw)
  To: linux-kernel

ok - according to unistd.h we now have exactly 256 syscalls allocated (unless im missing something).  my code needs to be able to account for every single possible syscall and so i need to be able to store the syscall number in a standard way.  not all syscalls are catered for on the outset by at any time the user can say "i need to use syscall x which takes y parameters" and the code will be able to take care of it.

the problem is that i am currently reserving only 8 bits for the syscall number.  this is ok for now but if we ever get another syscall its going to be unuseable by my existing code :) - should i be reserving 16 bits now in preperation for some new syscalls being added ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-04-09 15:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-09  2:10 syscals mark manning
2002-04-09 10:06 ` syscals Frank Schaefer
2002-04-09 10:19   ` Compaq Alpha DS10 - Kernel 2.4.18 Oliver Pitzeier
2002-04-09 11:25     ` Damian Wrobel
2002-04-09 12:16     ` dr john halewood
2002-04-09 15:09   ` syscals Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox