summaryrefslogtreecommitdiff
path: root/src/usleep.h
blob: c23bae0d2724ea118d68215437620e8c3ae697ec (plain)
1
2
3
4
5
6
#ifndef __USLEEP_H__
#define __USLEEP_H__

void usleep(unsigned long usec);

#endif/*__USLEEP_H__*/
personal git repositories of Harald Welte. Your mileage may vary