summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/daemon.h
blob: 9049f367dbe50eaed1d1c329d59cdb6b551c7fe6 (plain)
1
2
3
4
5
6
#ifndef _DAEMON_H
#define _DAEMON_H

extern int daemon (int nochdir,int noclose);

#endif