> What is needed is a similar function, perhaps peekd() which
> would return a long. Then we could define a macro get_user_long()
You mean
unsigned long peekd(unsigned short *x)
{
return peekw(x)(peekw(x+1)<<8);
}
- [fs/select] problem with get_user() Thomas G. McWilliams
- Re: [fs/select] problem with get_user() Alan Cox
- Re: [fs/select] problem with get_use... Jussi Kallioniemi / TFC Ltd.
- Re: [fs/select] problem with get... Alan Cox
- Re: [fs/select] problem with... Matthew Kirkwood
- Re: [fs/select] problem with get_use... David Murn
- Re: [fs/select] problem with get_user() Phillip J Rhoades
- RE: [fs/select] problem with get_user() Greg Haerr
- Re: [fs/select] problem with get_use... Phil Goembel
- Re: [fs/select] problem with get... David Murn
- Re: [fs/select] problem with get... Eric J. Korpela
