Subversion Repositories HelenOS-historic

Rev

Rev 1532 | Rev 1653 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1532 Rev 1533
Line 87... Line 87...
87
int
87
int
88
rwait(struct timeval *tvp)
88
rwait(struct timeval *tvp)
89
{
89
{
90
    struct timeval starttv, endtv, *s;
90
    struct timeval starttv, endtv, *s;
91
    static ipc_call_t charcall;
91
    static ipc_call_t charcall;
92
    int rc;
92
    ipcarg_t rc;
93
 
93
 
94
    /*
94
    /*
95
     * Someday, select() will do this for us.
95
     * Someday, select() will do this for us.
96
     * Just in case that day is now, and no one has
96
     * Just in case that day is now, and no one has
97
     * changed this, we use a temporary.
97
     * changed this, we use a temporary.