X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_allocpages.c;h=0416f181170daffec942e1dd32021228ae092ca1;hb=refs%2Fheads%2Fmaster;hp=ab64bbe89f555a4e0abcedd4ad38bf49677e82c3;hpb=da0f3f353d417fed71f358a48d5d5394145e460d;p=pdclib diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_allocpages.c b/platform/posix/functions/_PDCLIB/_PDCLIB_allocpages.c index ab64bbe..0416f18 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_allocpages.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_allocpages.c @@ -1,13 +1,9 @@ -/* _PDCLIB_allocpages( int const ) +/* _PDCLIB_allocpages( size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ -/* This is an example implementation of _PDCLIB_allocpages() (declared in - _PDCLIB_config.h), fit for use with POSIX kernels. -*/ - #ifndef REGTEST #ifdef __linux__ #define _GNU_SOURCE