Fix typo for newlib macro

pull/12521/head
William Lee 2 years ago
parent 983dac24c3
commit 3c793225db
  1. 2
      src/google/protobuf/stubs/port.h

@ -59,7 +59,7 @@
#pragma runtime_checks("c", off)
#endif
#else
#if (defined(__APPLE__) || defined(_NEWLIB__))
#if (defined(__APPLE__) || defined(__NEWLIB__))
#include <machine/endian.h> // __BYTE_ORDER
#elif defined(__FreeBSD__)
#include <sys/endian.h> // __BYTE_ORDER

Loading…
Cancel
Save