use the same magic value for native_handle in 7k and 8k, since the handles are actually identical

This commit is contained in:
Mathias Agopian 2009-08-19 15:16:48 -07:00
parent e1ec76c16e
commit 2261332f74

View File

@ -101,7 +101,7 @@ struct private_handle_t {
#ifdef __cplusplus
static const int sNumInts = 10;
static const int sNumFds = 1;
static const int sMagic = 'msm8';
static const int sMagic = 'gmsm';
private_handle_t(int fd, int size, int flags) :
fd(fd), magic(sMagic), flags(flags), size(size), offset(0),