roken: pidfile -> rk_pidfile

Commit 7dc4481ed2 which changed from
pidfile -> rk_pidfile was incomplete.  Must handle the NO_PIDFILE case.

Change-Id: Ifc0b135e1fa7abdf4e370ad4b8fe2eb1305760f5
This commit is contained in:
Jeffrey Altman
2017-01-20 17:54:12 -05:00
parent 303c62533f
commit c7129a9562

View File

@@ -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