Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2958 → Rev 2959

/branches/dynload/uspace/lib/libc/generic/time.c
145,6 → 145,7
SERVICE_MEM_REALTIME, &rights);
if (res) {
printf("Failed to initialize timeofday memarea\n");
printf("Address was 0x%x\n", (unsigned)mapping);
_exit(1);
}
if (!(rights & AS_AREA_READ)) {