1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-30 23:03:05 +00:00

Fix redefinition warning

This commit is contained in:
Carles Fernandez
2018-01-20 12:29:21 +01:00
parent 5acef7a9bc
commit 1b4c217d88

View File

@@ -3,7 +3,7 @@
* Redistribution and modifications are permitted subject to BSD license.
*/
#define _POSIX_PTHREAD_SEMANTICS /* for Sun */
#ifdef _REENTRANT
#ifndef _REENTRANT
#define _REENTRANT /* for Sun */
#endif
#include <asn_internal.h>