summaryrefslogtreecommitdiff
path: root/repo/ceph/43-LogClock.h.patch
blob: 8cd02e592ffe56688b2b8a9ae587edb57228b6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 {