Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code.

This commit is contained in:
Roy Marples
2007-08-09 14:33:20 +00:00
parent 9072ce748f
commit 0084bc41ef
11 changed files with 120 additions and 166 deletions

View File

@ -19,6 +19,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <stdio.h>
/* Special level names */
#define RC_LEVEL_SYSINIT "sysinit"