SHM_RND (rounding off address to SHMLBA)
void * shmat(int shmid, const void *shmaddr, int shmflg)
If shmaddr is not NULL and SHM_RND is specified in shmflg, the attach is equal to the address of the nearest multiple of SHMLBA (Lower Boundary Address).