]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/_PDCLIB/_PDCLIB_allocpages.c
Cosmetic comment fixes.
[pdclib] / platform / posix / functions / _PDCLIB / _PDCLIB_allocpages.c
index ab64bbe89f555a4e0abcedd4ad38bf49677e82c3..0416f181170daffec942e1dd32021228ae092ca1 100644 (file)
@@ -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