diff options
author | Roy Marples <roy@marples.name> | 2009-06-21 12:20:53 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-06-21 12:20:53 +0100 |
commit | 6abeec74301d8406ebbbd653b9fe9a0e234c09bf (patch) | |
tree | ab7484086cf6198ffe0422e48888f463381d7d2f /src/librc/rc.map | |
parent | fbb78022f973361a60861cf4b99dda91ccfc1aa5 (diff) |
Use rc_getline instead of assuming a fixed kernel cmdline length.
This is now requires as COMMAND_LINE_SIZE isn't exposed by kernel
headers anymore.
Fixes #177.
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 7cfbfabc..3f1e7e70 100644 --- a/src/librc/rc.map +++ b/src/librc/rc.map @@ -12,6 +12,7 @@ global: rc_deptree_update_needed; rc_environ_fd; rc_find_pids; + rc_getline; rc_newer_than; rc_older_than; rc_runlevel_exists; |