summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/MAX_PROC_NR2
-rwxr-xr-xsrc/generator.ml8
2 files changed, 9 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR
index 0234b515..9cc2bc3e 100644
--- a/src/MAX_PROC_NR
+++ b/src/MAX_PROC_NR
@@ -1 +1 @@
-162
+163
diff --git a/src/generator.ml b/src/generator.ml
index 324b131f..3a35fa2c 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -3133,6 +3133,14 @@ matching lines.");
This calls the external C<zfgrep -i> program and returns the
matching lines.");
+ ("realpath", (RString "rpath", [String "path"]), 163, [],
+ [InitSquashFS, Always, TestOutput (
+ [["realpath"; "/../directory"]], "/directory")],
+ "canonicalized absolute pathname",
+ "\
+Return the canonicalized absolute pathname of C<path>. The
+returned path has no C<.>, C<..> or symbolic link path elements.");
+
]
let all_functions = non_daemon_functions @ daemon_functions