forked from Github/emacs
(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…
Reference in a new issue