summaryrefslogtreecommitdiff
path: root/mit-pthreads/include/pthread/xtypes.h
blob: 4dcc4f04f8cbf6e6c8cd30a9ec8f3417364f47a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* If you need any special typedefs for function pointers &c to try
   testing for in configure.in, define them here.  */

/* According to ANSI, two struct types in the same module are not
   compatible types.  So there's no way to define a type for
   pthread_sigset_t that's compatible with sigset_t when they're
   structure types, if we assume we can't pull in a __sigset_t or
   something by itself from system header files.

   Since that was my main reason for creating this file, there isn't
   anything here now.  If after working on this code a bit longer we
   don't find anything else to put here, this file should just go
   away.  */