#68045 closed defect (fixed)

libfaketime @0.9.10 : error: use of undeclared identifier 'timespec_get'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: catap (Kirill A. Korinsky)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: mascguy (Christopher Nielsen)
Port: libfaketime

Description

https://build.macports.org/builders/ports-10.13_x86_64-builder/builds/202578/steps/install-port/logs/stdio

libfaketime.c:2352:29: error: use of undeclared identifier 'timespec_get'
  DONT_FAKE_TIME(result = (*timespec_get)(ts, base));
                            ^
libfaketime.c:4029:38: error: use of undeclared identifier 'timespec_get'
  DYLD_INTERPOSE(macos_timespec_get, timespec_get);
                                     ^
2 errors generated.
make[1]: *** [libfaketime.1.dylib] Error 1

Change History (2)

comment:1 Changed 13 months ago by mascguy (Christopher Nielsen)

Cc: mascguy added

comment:2 Changed 13 months ago by catap (Kirill A. Korinsky)

Resolution: fixed
Status: assignedclosed

In aefb9f3b6a894969635978b9bcfa275d6ba9e5a5/macports-ports (master):

libfaketime: fix build on 10.13

Closes: #68045
Closes: #68034

Note: See TracTickets for help on using tickets.