|
Last change
on this file since 2442 was 2036, checked in by bird, 20 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
210 bytes
|
| Line | |
|---|
| 1 | /* Test module for bug-dlsym1.c test case. */
|
|---|
| 2 |
|
|---|
| 3 | extern int dlopen_test_variable;
|
|---|
| 4 |
|
|---|
| 5 | extern char foo (void);
|
|---|
| 6 |
|
|---|
| 7 | /* here to get the unresolved symbol in our .so */
|
|---|
| 8 | char foo(void)
|
|---|
| 9 | {
|
|---|
| 10 | return dlopen_test_variable;
|
|---|
| 11 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.