mirror of https://github.com/eclipse/paho.mqtt.c
Update Thread.c - fix MacOS build warning
This commit is contained in:
parent
05e6d71f6f
commit
cd28c98700
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2009, 2023 IBM Corp. and Ian Craggs
|
||||
* Copyright (c) 2009, 2025 IBM Corp. and Ian Craggs
|
||||
*
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v2.0
|
||||
|
|
@ -51,7 +51,9 @@
|
|||
|
||||
#include "OsWrapper.h"
|
||||
|
||||
#if !defined(NSEC_PER_SEC)
|
||||
#define NSEC_PER_SEC 1000000000L
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Start a new thread
|
||||
|
|
|
|||
Loading…
Reference in New Issue