diff options
Diffstat (limited to 'src/osd/osdcore.h')
-rw-r--r-- | src/osd/osdcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/osdcore.h b/src/osd/osdcore.h index c714b4b313e..f3f5fc2e9b3 100644 --- a/src/osd/osdcore.h +++ b/src/osd/osdcore.h @@ -35,7 +35,7 @@ const char *osd_getenv(const char *name); /// \brief Get current process ID /// /// \return The process ID of the current process. -int osd_getpid(); +int osd_getpid() noexcept; /*----------------------------------------------------------------------------- |