aports/community/ceph/43-LogClock.h.patch
Duncan Bellamy 54b5ffb3c3 community/ceph: add patch to fix musl parse date problem
* update 44-cmake-buildtype.patch to upstream
* use yarn instead of npm as npm tries to install darwin dep fsevents
* renumber aarch64-erasure.patch as now merged into ceph
* renumber LogClock.h.patch as not a merged commit
2021-09-04 17:36:28 +00:00

19 lines
343 B
Diff

reported as issue
https://tracker.ceph.com/issues/50133
needed for 32bit platforms
--- aa/src/log/LogClock.h
+++ bb/src/log/LogClock.h
@@ -12,10 +12,6 @@
#include "include/ceph_assert.h"
#include "common/ceph_time.h"
-#ifndef suseconds_t
-typedef long suseconds_t;
-#endif
-
namespace ceph {
namespace logging {
namespace _logclock {