Re: __kernel_suseconds_t is int on PA-RISC (and SPARC64)?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Helge Deller
Date: Tuesday, August 26, 2008 - 1:24 pm

Geert Uytterhoeven wrote:

I don't know for sure, but arch/parisc/kernel/syscall_table.S states:
/* even though manpage says struct timeval contains longs, ours has
  * time_t and suseconds_t -- both of which are safe wide/narrow */
    ENTRY_COMP(setitimer)

So it was probably chosen to be int so that it can be easily used in 32- 
and 64bit kernels (or compat code).

Helge


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
__kernel_suseconds_t is int on PA-RISC (and SPARC64)?, Geert Uytterhoeven, (Tue Aug 26, 1:11 pm)
Re: __kernel_suseconds_t is int on PA-RISC (and SPARC64)?, Helge Deller, (Tue Aug 26, 1:24 pm)
Re: __kernel_suseconds_t is int on PA-RISC (and SPARC64)?, Geert Uytterhoeven, (Thu Sep 4, 1:40 pm)