Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/sys



On May 30,  7:13am, yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/sys/sys

| in the case of sleep ident, how about:
| 
| void  __wakeup(uintptr_t);
| #define       wakeup(v)       __wakeup((uintptr_t)(v))

That would work, and it is a good idea.

christos



Home | Main Index | Thread Index | Old Index