mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-28 09:29:57 +00:00
gcc/lunix
This commit is contained in:
parent
f8c596668f
commit
ca54485061
@ -198,7 +198,8 @@ namespace filesystem {
|
|||||||
}
|
}
|
||||||
path& remove_filename();
|
path& remove_filename();
|
||||||
path& replace_filename(const path& replacement);
|
path& replace_filename(const path& replacement);
|
||||||
path& replace_extension(const path& replacement = path());
|
path& replace_extension(/* const path& replacement = path() */);
|
||||||
|
path& replace_extension(const path& replacement);
|
||||||
|
|
||||||
void swap(path& rhs) noexcept {
|
void swap(path& rhs) noexcept {
|
||||||
std::swap(_path, rhs._path);
|
std::swap(_path, rhs._path);
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <sys/waitpid.h>
|
||||||
|
|
||||||
#include "mpw-shell.h"
|
#include "mpw-shell.h"
|
||||||
#include "fdset.h"
|
#include "fdset.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user