We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebca960 commit 10700ffCopy full SHA for 10700ff
code/logic/syscall.c
@@ -45,7 +45,7 @@ int fossil_sys_call_execute(const char *command) {
45
* This function returns the process ID of the calling process.
46
* The process ID is a unique identifier for the process.
47
*/
48
-int fossil_sys_call_getpid() {
+int fossil_sys_call_getpid(void) {
49
#ifdef _WIN32
50
return GetCurrentProcessId(); // On Windows, use the GetCurrentProcessId function to get the process ID.
51
#else
0 commit comments