Actions
Bug #7914
closedman clock_gettime lies about the function
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
manpage - manual pages
Start date:
2017-02-28
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The manual pages describes the function and says it is declared in time.h
but it is incorrect.
Updated by Robert Mustacchi over 6 years ago
The function is defined in time.h; however, it is under feature test guards via the preprocessor.
Actions