Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6000fe37
Commit
6000fe37
authored
Nov 21, 1995
by
Richard M. Stallman
Browse files
(main): Add LINUX_SBRK_BUG conditional call to __sbrk.
parent
629aa3cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/emacs.c
src/emacs.c
+4
-0
No files found.
src/emacs.c
View file @
6000fe37
...
@@ -419,6 +419,10 @@ main (argc, argv, envp)
...
@@ -419,6 +419,10 @@ main (argc, argv, envp)
extern
int
errno
;
extern
int
errno
;
extern
sys_nerr
;
extern
sys_nerr
;
#ifdef LINUX_SBRK_BUG
__sbrk
(
1
);
#endif
sort_args
(
argc
,
argv
);
sort_args
(
argc
,
argv
);
if
(
argmatch
(
argv
,
argc
,
"-version"
,
"--version"
,
3
,
NULL
,
&
skip_args
))
if
(
argmatch
(
argv
,
argc
,
"-version"
,
"--version"
,
3
,
NULL
,
&
skip_args
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment