Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/aarch64/gen



Module Name:    src
Committed By:   maya
Date:           Sat Dec 24 15:23:06 UTC 2016

Modified Files:
        src/lib/libc/arch/aarch64/gen: fpgetmask.c fpgetround.c fpgetsticky.c
            fpsetmask.c fpsetround.c fpsetsticky.c

Log Message:
don't use systm.h header, it's not available to userland.

as a side effect, this fixes the evbarm64 build, which was failing due
to a declaration of psize_t physmem in systm.h, while psize_t is
kernel-only.

ok riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/aarch64/gen/fpgetmask.c \
    src/lib/libc/arch/aarch64/gen/fpgetround.c \
    src/lib/libc/arch/aarch64/gen/fpgetsticky.c \
    src/lib/libc/arch/aarch64/gen/fpsetmask.c \
    src/lib/libc/arch/aarch64/gen/fpsetround.c \
    src/lib/libc/arch/aarch64/gen/fpsetsticky.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index