Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2014-02-26 15:57:13 +01:00
7 changed files with 138 additions and 10 deletions

View File

@@ -421,7 +421,7 @@ LJLIB_CF(io_popen)
LJLIB_CF(io_tmpfile)
{
IOFileUD *iof = io_file_new(L);
#if LJ_TARGET_PS3
#if LJ_TARGET_PS3 || LJ_TARGET_PS4
iof->fp = NULL; errno = ENOSYS;
#else
iof->fp = tmpfile();