X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=cce59e7787453639d176dbbe6f86d903ad9f6582;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=30532c92023dbd000352c21c07de7c8b4047ad26;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 30532c9..cce59e7 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* OS glue functions declaration <_PDCLIB_glue.h> This file is part of the Public Domain C Library (PDCLib). @@ -9,7 +7,7 @@ #ifndef _PDCLIB_GLUE_H #define _PDCLIB_GLUE_H _PDCLIB_GLUE_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" /* -------------------------------------------------------------------------- */ /* OS "glue", part 2 */ @@ -35,7 +33,7 @@ void * _PDCLIB_allocpages( int n ); /* stdio.h */ -/* A system call that opens a file identified by name in a given mode. Return +/* A system call that opens a file identified by name in a given mode. Return a file descriptor uniquely identifying that file. (The mode is the return value of the _PDCLIB_filemode() function.) */