diff options
author | Roy Marples <roy@marples.name> | 2008-07-03 13:11:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-07-03 13:11:47 +0000 |
commit | a88a177f991527e545e75588013afd16c647e656 (patch) | |
tree | f759fbfc83664f9c5f502904c917c3c4ee8d6ca8 /src/librc/rc.map | |
parent | d61f8318962346b3b2a3f13e7b489d2c0c397b94 (diff) |
Add older_than function to complement newer_than function. Also make the userland instance reversed to be compatable with current baselayout, which truely does suck.
Diffstat (limited to 'src/librc/rc.map')
-rw-r--r-- | src/librc/rc.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/rc.map b/src/librc/rc.map index 8a803f3d..e1dd8437 100644 --- a/src/librc/rc.map +++ b/src/librc/rc.map @@ -13,6 +13,7 @@ global: rc_environ_fd; rc_find_pids; rc_newer_than; + rc_older_than; rc_runlevel_exists; rc_runlevel_get; rc_runlevel_list; |