Skip to content

Fix SSIZE_MAX issue and introduce missing structs/methods

Ulrich Huber requested to merge feature/ptpd into next
  • Fixes SSIZE_MAX not describing max value of ssize_t
  • Adds min, max, abs, sign methods as macros to math.h
  • Adds struct timespec and methods to handle it

Merge request reports