Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
Browse files Browse the repository at this point in the history
2004-09-15  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
  • Loading branch information
Richard Henderson committed Sep 15, 2004
1 parent d1fe1f2 commit 424bd2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2004-09-15 Richard Henderson <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.

2004-09-01 David Mosberger <davidm@hpl.hp.com>

* sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/alpha/vfork.S
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ PSEUDO (__vfork, vfork, 0)
1: ret

PSEUDO_END (__vfork)

libc_hidden_def (__vfork)
weak_alias (__vfork, vfork)

0 comments on commit 424bd2f

Please sign in to comment.