This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
include a daemon prototype if needed
OPENBSD_5_8
Brent Cook
9 years ago
parent
f100b7bdd1
commit
366b8de487
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save