Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aa3e02ce
Commit
aa3e02ce
authored
Oct 12, 1992
by
Roland McGrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(start_of_data): Removed extra defn.
(get_lim_data): Define to return void.
parent
e231fd42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/mem-limits.h
src/mem-limits.h
+3
-4
No files found.
src/mem-limits.h
View file @
aa3e02ce
...
...
@@ -66,12 +66,9 @@ static POINTER data_space_start;
/* Number of bytes of writable memory we can expect to be able to get */
static
unsigned
int
lim_data
;
#ifndef emacs
#define start_of_data (void *) &_end
#endif
#ifdef USG
void
get_lim_data
()
{
extern
long
ulimit
();
...
...
@@ -88,6 +85,7 @@ get_lim_data ()
#else
/* not USG */
#ifndef BSD4_2
void
get_lim_data
()
{
lim_data
=
vlimit
(
LIM_DATA
,
-
1
);
...
...
@@ -95,6 +93,7 @@ get_lim_data ()
#else
/* BSD4_2 */
void
get_lim_data
()
{
struct
rlimit
XXrlimit
;
...
...
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