Omit no-longer-needed SEEK_END workaround
* lib-src/ebrowse.c (SEEK_END): Remove; no longer needed on any supported SunOS version.
This commit is contained in:
parent
6a3a729705
commit
b26d0dd583
1 changed files with 0 additions and 5 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Reference in a new issue