summaryrefslogtreecommitdiffstats
path: root/srUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/srUtils.h b/srUtils.h
index 8436cf0b..6b4bb1bb 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -70,6 +70,7 @@ rsRetVal timeoutComp(struct timespec *pt, long iTimeout);
long timeoutVal(struct timespec *pt);
void mutexCancelCleanup(void *arg);
void srSleep(int iSeconds, int iuSeconds);
+char *rs_strerror_r(int errnum, char *buf, size_t buflen);
/* mutex operations */
/* some macros to cancel-safe lock a mutex (it will automatically be released