mirror of
https://github.com/etaHEN/etaHEN.git
synced 2026-01-17 05:24:20 +08:00
Fixing build issues with llvm-20 and latest ps5 sdk (#53)
* Fixes some build issues when using latest ps5 sdk and llvm-20 * Changed Makefile to work with ps5-payload-sdk/bin/clang++
This commit is contained in:
@@ -119,7 +119,7 @@ struct NonStupidIovec {
|
||||
: iov_base(str), iov_length(length) {}
|
||||
};
|
||||
|
||||
constexpr NonStupidIovec operator"" _iov(const char *str, unsigned long len) {
|
||||
constexpr NonStupidIovec operator""_iov(const char *str, unsigned long len) {
|
||||
return {str, len + 1};
|
||||
}
|
||||
static bool remount(const char *dev, const char *path, int mnt_flag) {
|
||||
|
||||
Reference in New Issue
Block a user