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:
@@ -757,7 +757,7 @@ readv(int, const struct iovec *, int);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NO_PIDFILES
|
#ifdef NO_PIDFILES
|
||||||
#define pidfile(x) ((void) 0)
|
#define rk_pidfile(x) ((void) 0)
|
||||||
#else
|
#else
|
||||||
ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL rk_pidfile (const char*);
|
ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL rk_pidfile (const char*);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user