blob: e92a4bc889b6fc2f7ce01eae0158e300a3c7b9e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team 1998-2005
*
* Prototypes for functions in Select.c
*
* -------------------------------------------------------------------------*/
#ifndef POSIX_SELECT_H
#define POSIX_SELECT_H
#if !defined(THREADED_RTS)
/* In Select.c */
extern lnat timestamp;
#endif
#endif /* POSIX_SELECT_H */
|