mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 14:41:11 -08:00
(main): Add LINUX_SBRK_BUG conditional call to __sbrk.
This commit is contained in:
parent
629aa3cbaf
commit
6000fe3736
1 changed files with 4 additions and 0 deletions
|
|
@ -419,6 +419,10 @@ main (argc, argv, envp)
|
|||
extern int errno;
|
||||
extern sys_nerr;
|
||||
|
||||
#ifdef LINUX_SBRK_BUG
|
||||
__sbrk (1);
|
||||
#endif
|
||||
|
||||
sort_args (argc, argv);
|
||||
|
||||
if (argmatch (argv, argc, "-version", "--version", 3, NULL, &skip_args))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue