mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
Merge branch 'master' into subvol-threads
This commit is contained in:
@ -57,6 +57,10 @@ namespace crucible {
|
||||
|
||||
typedef ResourceHandle<int, IOHandle> Fd;
|
||||
|
||||
static string __relative_path;
|
||||
void set_relative_path(string path);
|
||||
string relative_path();
|
||||
|
||||
// Functions named "foo_or_die" throw exceptions on failure.
|
||||
|
||||
// Attempt to open the file with the given mode
|
||||
|
Reference in New Issue
Block a user