X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fseek.c;h=3a65d6eae3a90e75af71a736b6f2209ef2492e37;hp=66c328bbd0eecded9703cd96cf69f95d8639a44f;hb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a;hpb=5596d52a975696c29adc741ac1cdb49fb7315d73 diff --git a/platform/example/functions/_PDCLIB/seek.c b/platform/example/functions/_PDCLIB/seek.c index 66c328b..3a65d6e 100644 --- a/platform/example/functions/_PDCLIB/seek.c +++ b/platform/example/functions/_PDCLIB/seek.c @@ -6,6 +6,8 @@ #include +#ifndef REGTEST + #include <_PDCLIB_glue.h> #include "/usr/include/errno.h" @@ -55,6 +57,8 @@ _PDCLIB_int64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, _PDCLIB_int64_t of return EOF; } +#endif + #ifdef TEST #include <_PDCLIB_test.h>