host/errorexception/unix/errorexceptionmajor.h (2 lines of code) (raw):

/// /// \file errorexceptionmajor.h /// /// \brief /// /// #include <errno.h> inline unsigned long lastKnownError() { return errno; }