summary refs log tree commit diff
path: root/src/trysysel.c
blob: 5be862dcefa8be65609d55662ed5fb8c67751508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* Public domain. */

#include <sys/types.h>
#include <time.h>
#include <sys/time.h>
#include <sys/select.h> /* SVR4 silliness */

void foo()
{
  ;
}