bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

thread safe functions, CLOCK_MONOTONIC


From: Martijn Sipkema
Subject: thread safe functions, CLOCK_MONOTONIC
Date: Sun, 21 Apr 2002 12:07:41 +0100

Hello,

I have two questions.

What should I define in my source code to be able to use the thread safe
functions? I wanted to use strerror_r() in my code, but found that
#define _XOPEN_SOURCE 600
did not make it available. In <string.h> strerror_r() is only declared when
__USE_MISC is defined.

Will CLOCK_MONOTONIC be supported for Linux? Would this be
hard to add?

Regards,

-- Martijn Sipkema






reply via email to

[Prev in Thread] Current Thread [Next in Thread]