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
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f9bda79d
Commit
f9bda79d
authored
May 31, 2009
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor source code cleanup.
* src/server/ram-smalloc.c: Added a missing newline.
parent
b10a5033
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ChangeLog
ChangeLog
+3
-0
src/server/ram-smalloc.c
src/server/ram-smalloc.c
+1
-0
No files found.
ChangeLog
View file @
f9bda79d
2009-05-31 Per Cederqvist <ceder@lysator.liu.se>
2009-05-31 Per Cederqvist <ceder@lysator.liu.se>
Minor source code cleanup.
* src/server/ram-smalloc.c: Added a missing newline.
Fix a race condition in the test suite.
Fix a race condition in the test suite.
* src/server/testsuite/lyskomd.0/03.exp: Fix a race condition by
* src/server/testsuite/lyskomd.0/03.exp: Fix a race condition by
sleeping one second.
sleeping one second.
...
...
src/server/ram-smalloc.c
View file @
f9bda79d
...
@@ -322,6 +322,7 @@ trace_srealloc(size_t size,
...
@@ -322,6 +322,7 @@ trace_srealloc(size_t size,
fflush
(
malloc_fp
);
fflush
(
malloc_fp
);
}
}
#endif
#endif
EXPORT
void
*
EXPORT
void
*
srealloc
(
void
*
ptr
,
size_t
size
)
/* Never fails. It is legal to */
srealloc
(
void
*
ptr
,
size_t
size
)
/* Never fails. It is legal to */
{
/* realloc the NULL ptr. */
{
/* realloc the NULL ptr. */
...
...
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