mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix name space use in last commit.
This commit is contained in:
@ -26,7 +26,7 @@ timespec_get (struct timespec *ts, int base)
|
|||||||
switch (base)
|
switch (base)
|
||||||
{
|
{
|
||||||
case TIME_UTC:
|
case TIME_UTC:
|
||||||
if (clock_gettime (CLOCK_REALTIME, ts) < 0)
|
if (__clock_gettime (CLOCK_REALTIME, ts) < 0)
|
||||||
return 0;
|
return 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user