Changeset 90f5d64 in mainline for libc/generic/time.c


Ignore:
Timestamp:
2006-06-03T14:54:51Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc5a0fe1
Parents:
0861786
Message:

AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/time.c

    r0861786 r90f5d64  
    7474                        _exit(1);
    7575                }
    76                 if (rights != (AS_AREA_READ | AS_AREA_CACHEABLE)) {
     76                if (! (rights & AS_AREA_READ)) {
    7777                        printf("Received bad rights on time area: %X\n",
    7878                               rights);
Note: See TracChangeset for help on using the changeset viewer.