merge upstream HEAD
[ghc-hetmet.git] / rts / posix / Select.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team 1998-2005
4  *
5  * Prototypes for functions in Select.c
6  *
7  * -------------------------------------------------------------------------*/
8
9 #ifndef POSIX_SELECT_H
10 #define POSIX_SELECT_H
11
12 #if !defined(THREADED_RTS)
13 /* In Select.c */
14 extern lnat timestamp;
15 #endif
16
17 #endif /* POSIX_SELECT_H */