Use INTDEF for __fork.
This commit is contained in:
parent
1555f102ef
commit
d6a57cb894
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -18,10 +18,12 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#undef __fork
|
||||
|
||||
pid_t
|
||||
__fork (void)
|
||||
{
|
||||
return kfork ();
|
||||
}
|
||||
INTDEF(__fork)
|
||||
strong_alias (__fork, fork)
|
||||
|
Loading…
x
Reference in New Issue
Block a user