summaryrefslogtreecommitdiff
path: root/sysdeps/gnu/bits/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/gnu/bits/shm.h')
-rw-r--r--sysdeps/gnu/bits/shm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/bits/shm.h b/sysdeps/gnu/bits/shm.h
index d9944f8c08..eef6729188 100644
--- a/sysdeps/gnu/bits/shm.h
+++ b/sysdeps/gnu/bits/shm.h
@@ -58,7 +58,7 @@ struct shmid_ds
shmatt_t shm_nattch; /* number of current attaches */
unsigned short int __shm_npages; /* size of segment (pages) */
unsigned long int *__shm_pages; /* array of ptrs to frames -> SHMMAX */
- struct vm_area_struct *__attaches; /* descriptors for attaches */
+ struct __vm_area_struct *__attaches; /* descriptors for attaches */
};
#ifdef __USE_MISC