From de986b5636c6471580c4eb35e159512d797da112 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 15 May 2012 17:41:38 -0700 Subject: Add __syscall_slong_t and __syscall_ulong_t --- bits/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bits/types.h') diff --git a/bits/types.h b/bits/types.h index ae79a6f47a..34880a926f 100644 --- a/bits/types.h +++ b/bits/types.h @@ -179,6 +179,11 @@ __STD_TYPE __FSFILCNT64_T_TYPE __fsfilcnt64_t; __STD_TYPE __SSIZE_T_TYPE __ssize_t; /* Type of a byte count, or error. */ +/* Signed long type used in system calls. */ +__STD_TYPE __SYSCALL_SLONG_TYPE __syscall_slong_t; +/* Unsigned long type used in system calls. */ +__STD_TYPE __SYSCALL_ULONG_TYPE __syscall_ulong_t; + /* These few don't really vary by system, they always correspond to one of the other defined types. */ typedef __off64_t __loff_t; /* Type of file sizes and offsets (LFS). */ -- cgit 1.4.1