diff options
author | Roy Marples <roy@marples.name> | 2008-01-14 08:12:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-14 08:12:37 +0000 |
commit | d6954071142c7c16d070621e247d8ef9f20a7c90 (patch) | |
tree | b1a655319960c4d7ee7b5886c378e97bfcf6fb80 /src/librc/rc.map | |
parent | e49e5b147c7a670b9e3df69ef2cfaf787bbbe3ee (diff) |
Add support for is_newer_than and is_older_than. is_older_than currently doesn't work as expected, but is_newer_than works fine.
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 8de23c41..e60ea183 100644 --- a/src/librc/rc.map +++ b/src/librc/rc.map @@ -13,6 +13,7 @@ global: rc_environ_fd; rc_find_pids; rc_getline; + rc_newer_than; rc_runlevel_exists; rc_runlevel_get; rc_runlevel_list; |