]> gcc.gnu.org Git - gcc.git/blobdiff - libgfortran/io/unix.c
PR 46267 strerror thread safety
[gcc.git] / libgfortran / io / unix.c
index fa64e20b02662b2f28284059d659cb576bbad0f6..950b7a25b1faf23a416a913185104af9f5a2493a 100644 (file)
@@ -256,16 +256,6 @@ flush_if_preconnected (stream * s)
 }
 
 
-/* get_oserror()-- Get the most recent operating system error.  For
- * unix, this is errno. */
-
-const char *
-get_oserror (void)
-{
-  return strerror (errno);
-}
-
-
 /********************************************************************
 Raw I/O functions (read, write, seek, tell, truncate, close).
 
This page took 0.03213 seconds and 5 git commands to generate.