Skip to content
  • H. Peter Anvin's avatar
    aio: Use __kernel_ulong_t to define aio_context_t · ff88943a
    H. Peter Anvin authored
    
    
    Rather than using "unsigned long" which is ABI-dependent, use
    __kernel_ulong_t to define the externally visible type aio_context_t.
    
    Note: the change in this form will cause unsigned long/unsigned int
    differences on existing ABIs.  If that is unacceptable we may have to
    define a new type.
    
    Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
    Cc: Benjamin LaHaise <bcrl@kvack.org>
    ff88943a