projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8290cb4
)
Converted to use weak aliases with macros from libc-symbols.h.
author
roland
<roland>
Sat, 21 Jan 1995 14:26:06 +0000
(14:26 +0000)
committer
roland
<roland>
Sat, 21 Jan 1995 14:26:06 +0000
(14:26 +0000)
sysdeps/standalone/brk.c
patch
|
blob
|
history
diff --git
a/sysdeps/standalone/brk.c
b/sysdeps/standalone/brk.c
index
be9174c
..
67fbf77
100644
(file)
--- a/
sysdeps/standalone/brk.c
+++ b/
sysdeps/standalone/brk.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994
, 1995
Free Software Foundation, Inc.
Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil,
On-Line Applications Research Corporation.
@@
-59,10
+59,7
@@
DEFUN(__NONE_set_memvals, (argc, argv, envp),
}
#ifdef HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
text_set_element (__libc_subinit, __NONE_set_memvals);
-
#endif
+weak_alias (__brk, brk)