diff options
Diffstat (limited to 'devel/flang/files/patch-runtime_flang_stime3f.c')
-rw-r--r-- | devel/flang/files/patch-runtime_flang_stime3f.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/flang/files/patch-runtime_flang_stime3f.c b/devel/flang/files/patch-runtime_flang_stime3f.c deleted file mode 100644 index 4e8bc9a3e7f2..000000000000 --- a/devel/flang/files/patch-runtime_flang_stime3f.c +++ /dev/null @@ -1,17 +0,0 @@ ---- runtime/flang/stime3f.c.orig 2017-10-19 11:03:03 UTC -+++ runtime/flang/stime3f.c -@@ -27,13 +27,7 @@ - - int ENT3F(STIME, stime)(int *tp) - { -- int i; -- time_t t = *tp; -- -- if ((i = stime(&t))) -- i = __io_errno(); -- -- return i; -+ return EPERM; - } - - #endif /* !WINNT */ |