X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_allocpages.c;h=0416f181170daffec942e1dd32021228ae092ca1;hp=ab64bbe89f555a4e0abcedd4ad38bf49677e82c3;hb=c42d6c99b024d1a93994d734d9739a3db44c9d67;hpb=be738e08ec9ba2498d81153bee1de9b8af7e764c 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