summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-02-26 14:11:18 +0800
committerPo Lu <luangruo@yahoo.com>2023-02-26 14:11:18 +0800
commit28f6add67f8c30999a3809b242fa66f558a27005 (patch)
treefaa2f013f9d52a2b7991a14fe90ee5c1c28bf8da /lib-src
parent39ddf1855bbebc5d31b544e6308a4ae49f4925b3 (diff)
parent580bb8f46c413506e53f77a25fbdea3322922f88 (diff)
downloademacs-28f6add67f8c30999a3809b242fa66f558a27005.tar.gz
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ebrowse.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 469e90d04bb..371fa6c938b 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -31,11 +31,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <min-max.h>
#include <unlocked-io.h>
-/* The SunOS compiler doesn't have SEEK_END. */
-#ifndef SEEK_END
-#define SEEK_END 2
-#endif
-
/* Files are read in chunks of this number of bytes. */
enum { READ_CHUNK_SIZE = 100 * 1024 };