Skip to content

Commit

Permalink
roken: pidfile -> rk_pidfile
Browse files Browse the repository at this point in the history
Commit 7dc4481 which changed from
pidfile -> rk_pidfile was incomplete.  Must handle the NO_PIDFILE case.

Change-Id: Ifc0b135e1fa7abdf4e370ad4b8fe2eb1305760f5
  • Loading branch information
jaltman authored and nicowilliams committed Mar 17, 2017
1 parent ae3840b commit d78afc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roken/roken.h.in
Expand Up @@ -757,7 +757,7 @@ readv(int, const struct iovec *, int);
#endif

#ifdef NO_PIDFILES
#define pidfile(x) ((void) 0)
#define rk_pidfile(x) ((void) 0)
#else
ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL rk_pidfile (const char*);
#endif
Expand Down

0 comments on commit d78afc6

Please sign in to comment.