Try fix new Sys functions in Haiku.

This commit is contained in:
Martín Lucas Golini
2024-09-28 14:26:37 -03:00
parent 5a7e7e5387
commit 8c898b68e2
8 changed files with 48 additions and 21 deletions

View File

@@ -129,7 +129,7 @@ class EE_API Sys {
static std::vector<Uint64> pidof( const std::string& processName );
/** @returns The unix timestamp of the process creation time */
static Uint64 getProcessCreationTime( Uint64 pid );
static Int64 getProcessCreationTime( Uint64 pid );
};
}} // namespace EE::System