We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1761d commit 8de8862Copy full SHA for 8de8862
1 file changed
src/gpuarray/extension.h
@@ -20,7 +20,7 @@ extern "C" {
20
#define GPUARRAY_CUDA_WAIT_WRITE 0x20000 /* CUDA_WAIT_WRITE */
21
22
typedef struct _GpuArrayIpcMemHandle {
23
- char private[64];
+ char priv[64];
24
} GpuArrayIpcMemHandle;
25
26
/**
0 commit comments