Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
2001-04-06  Andreas Jaeger  <aj@suse.de>

	* include/sys/profil.h: New file.

	* dlfcn/modatexit.c: Add prototypes to silence GCC.
	* dlfcn/modcxaatexit.c: Likewise.
	* elf/globalmod1.c: Likewise.
  • Loading branch information
Andreas Jaeger committed Apr 6, 2001
1 parent bc025a8 commit f4964b5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
2001-04-06 Andreas Jaeger <aj@suse.de>

* include/sys/profil.h: New file.

* dlfcn/modatexit.c: Add prototypes to silence GCC.
* dlfcn/modcxaatexit.c: Likewise.
* elf/globalmod1.c: Likewise.

2001-04-05 David S. Miller <davem@redhat.com>

* elf/elf.h (HWCAP_SPARC_ULTRA3): Define it.
Expand Down
3 changes: 3 additions & 0 deletions dlfcn/modatexit.c
Expand Up @@ -22,6 +22,9 @@
int global;
int *ip;

extern void dummy (void);
extern void foo (void *p);

void
dummy (void)
{
Expand Down
4 changes: 3 additions & 1 deletion dlfcn/modcxaatexit.c
Expand Up @@ -19,8 +19,10 @@
#include <stdio.h>
#include <stdlib.h>

int global;
extern void fluffy (void *p);
extern void bar (void *p);

int global;

void
fluffy (void *p)
Expand Down
2 changes: 2 additions & 0 deletions elf/globalmod1.c
@@ -1,6 +1,8 @@
#include <dlfcn.h>
#include <stdio.h>

extern int test (void);

int
test (void)
{
Expand Down

0 comments on commit f4964b5

Please sign in to comment.