about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/aix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-06-20 22:48:53 +0000
committerUlrich Drepper <drepper@redhat.com>2002-06-20 22:48:53 +0000
commite6ac0e78f1fd258b74ae9175ef17460968b7f0f5 (patch)
treecace486df81750d04b402724b6094874caeb2e3d /sysdeps/unix/sysv/aix
parentf74ff957c54e3689194f5caecb6ed292ab648479 (diff)
downloadglibc-e6ac0e78f1fd258b74ae9175ef17460968b7f0f5.tar.gz
glibc-e6ac0e78f1fd258b74ae9175ef17460968b7f0f5.tar.xz
glibc-e6ac0e78f1fd258b74ae9175ef17460968b7f0f5.zip
Update.
2002-06-18  Jakub Jelinek  <jakub@redhat.com>

	* include/unistd.h (__fork_internal): Remove.
	(__fork): Don't define to __fork_internal.
	* sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
	* sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
	* sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
	* sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.

2002-06-20  Ulrich Drepper  <drepper@redhat.com>

	* po/hr.po: New file.

2002-06-11  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc.c: Fix error path when new_heap() returns NULL.
	Reported by Michael Meissner <meissner@redhat.com>.

2002-06-20  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
	Patch by Hans Boehm <hans_boehm@hp.com>.
Diffstat (limited to 'sysdeps/unix/sysv/aix')
-rw-r--r--sysdeps/unix/sysv/aix/fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/fork.c b/sysdeps/unix/sysv/aix/fork.c
index 085342b716..f3b02c9870 100644
--- a/sysdeps/unix/sysv/aix/fork.c
+++ b/sysdeps/unix/sysv/aix/fork.c
@@ -25,5 +25,4 @@ __fork (void)
 {
   return kfork ();
 }
-INTDEF(__fork)
 strong_alias (__fork, fork)