H.J. Lu
cf1ad5b3ad
X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349 ]
...
Define LO_HI_LONG to skip pos_h since it is ignored by kernel:
static inline loff_t pos_from_hilo(unsigned long high, unsigned long low)
{
#define HALF_LONG_BITS (BITS_PER_LONG / 2)
return (((loff_t)high << HALF_LONG_BITS) << HALF_LONG_BITS) | low;
}
where size of loff_t == size of long.
[BZ #20349 ]
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (LO_HI_LONG): New.
2016-07-11 15:32:23 -07:00
..
2016-06-16 21:37:45 +05:30
2016-06-16 21:37:45 +05:30
2016-01-04 16:05:18 +00:00
2016-03-01 16:55:36 -08:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-05-18 13:41:55 -07:00
2016-04-29 18:19:30 -03:00
2016-01-04 16:05:18 +00:00
2014-06-24 20:53:03 +00:00
2014-06-24 20:53:03 +00:00
2016-01-04 16:05:18 +00:00
2015-08-13 03:41:22 -07:00
2014-11-24 11:41:43 +05:30
2016-01-04 16:05:18 +00:00
2014-07-07 09:29:06 -07:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-04-11 10:07:53 -03:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2015-11-06 13:58:53 +01:00
2016-01-04 16:05:18 +00:00
2015-05-26 14:49:13 -07:00
2015-05-26 14:49:13 -07:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2015-01-12 16:03:58 -02:00
2016-01-04 16:05:18 +00:00
2016-01-20 13:39:20 -08:00
2016-01-20 13:39:20 -08:00
2016-05-18 13:43:26 -07:00
2016-05-18 13:43:26 -07:00
2014-05-14 12:33:43 -07:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-05-25 17:27:57 -03:00
2016-01-04 16:05:18 +00:00
2016-07-11 15:32:23 -07:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-01-04 16:05:18 +00:00
2016-06-10 11:58:16 -03:00
2016-01-04 16:05:18 +00:00