X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Ftmpfile.c;h=3f384e7d6ef44431ebbba5a473feb764e19cafe4;hp=2d52f60b38c06e7e57712ea3f7e6949d3fa3650f;hb=10f020f1a39804bbef8cd1cf35ef7c9a8e75c7d6;hpb=f7a440b9c7bb0c686dc2368c4ff53b20bf6371f8 diff --git a/platform/example/functions/stdio/tmpfile.c b/platform/example/functions/stdio/tmpfile.c index 2d52f60..3f384e7 100644 --- a/platform/example/functions/stdio/tmpfile.c +++ b/platform/example/functions/stdio/tmpfile.c @@ -20,7 +20,7 @@ extern struct _PDCLIB_file_t * _PDCLIB_filelist; struct _PDCLIB_file_t * tmpfile( void ) { errno = ENOTSUP; - return 1; + return NULL; } #endif