Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
return ERR_SHMGET;
}
p = shmat(id, 0, 0);
if ((int)p == -1) {
if ((long)p == -1) {
return ERR_SHMAT;
*pp = p;