Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
posix_types.h File Reference
#include <linux/stddef.h>
#include <asm/posix_types.h>

Go to the source code of this file.

Data Structures

struct  __kernel_fd_set
 

Macros

#define __FD_SETSIZE   1024
 

Typedefs

typedef void(* __kernel_sighandler_t )(int)
 
typedef int __kernel_key_t
 
typedef int __kernel_mqd_t
 

Macro Definition Documentation

#define __FD_SETSIZE   1024

Definition at line 22 of file posix_types.h.

Typedef Documentation

Definition at line 32 of file posix_types.h.

Definition at line 33 of file posix_types.h.

typedef void(* __kernel_sighandler_t)(int)

Definition at line 29 of file posix_types.h.