Your IP : 3.15.198.120


Current Path : /proc/self/root/usr/include/bits/types/
Upload File :
Current File : //proc/self/root/usr/include/bits/types/__sigset_t.h

#ifndef ____sigset_t_defined
#define ____sigset_t_defined

#define _SIGSET_NWORDS (1024 / (8 * sizeof (unsigned long int)))
typedef struct
{
  unsigned long int __val[_SIGSET_NWORDS];
} __sigset_t;

#endif

?>