Browse Source

include a daemon prototype if needed

OPENBSD_5_8
Brent Cook 8 years ago
parent
commit
366b8de487
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      include/stdlib.h

+ 4
- 0
include/stdlib.h View File

@ -20,6 +20,10 @@ uint32_t arc4random(void);
uint32_t arc4random_uniform(uint32_t);
#endif
#ifndef HAVE_DAEMON
int daemon(int nochdir, int noclose);
#endif
#ifndef HAVE_REALLOCARRAY
void *reallocarray(void *, size_t, size_t);
#endif


Loading…
Cancel
Save