changeset 5279:fbb5ba9cfd8a

* src/default-octave-1-gnulib.patch: remove gnulib lseek.c patch
author John Donoghue
date Mon, 27 Jan 2020 14:54:40 -0500
parents db215107402f
children 6a8780aca793
files src/default-octave-1-gnulib.patch
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/default-octave-1-gnulib.patch	Sun Jan 26 08:04:12 2020 -0500
+++ b/src/default-octave-1-gnulib.patch	Mon Jan 27 14:54:40 2020 -0500
@@ -10,16 +10,3 @@
  #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
  #   undef gethostname
  #   define gethostname rpl_gethostname
-
-diff -u a/libgnu/lseek.c b/libgnu/lseek.c
---- a/libgnu/lseek.c	2020-01-25 23:41:47.321133728 -0500
-+++ b/libgnu/lseek.c	2020-01-25 23:43:05.587623161 -0500
-@@ -63,7 +63,7 @@
-       return -1;
-     }
- #endif
--#if _GL_WINDOWS_64_BIT_OFF_T
-+#if _GL_WINDOWS_64_BIT_OFF_T || (defined __MINGW32__ && defined _FILE_OFFSET_BITS && (_FILE_OFFSET_BITS == 64))
-   return _lseeki64 (fd, offset, whence);
- #else
-   return lseek (fd, offset, whence);