This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-25 02:33:36 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e81c64bba1
glibc
/
elf
/
ltglobmod1.c
8 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
Update. * elf/neededobj1.c: Likewise. * elf/neededobj2.c: Likewise. * elf/neededobj3.c: Likewise. * elf/neededobj4.c: Likewise. * elf/nextmod1.c: Likewise. * elf/nextmod2.c: Likewise.
2000-12-18 01:50:56 +08:00
extern
int
bar
(
void
)
;
Update. 2000-10-21 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c (add_to_global): New function. Split out from dl_open_worker. (dl_open_worker): Call add_to_global not only for new objects, also for previously loaded objects when (mode & RTLD_GLOBAL) and the object was not yet in the global scope. * elf/Makefile: Add rules to build and run lateglobal. * elf/lateglobal.c: New file. * elf/ltglobmod1.c: New file. * elf/ltglobmod2.c: New file.
2000-10-21 15:16:18 +08:00
int
bar
(
void
)
{
return
42
;
}
Reference in New Issue
Copy Permalink