aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/fork.c')
-rw-r--r--sysdeps/generic/fork.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/fork.c b/sysdeps/generic/fork.c
index d1ad534a73..c19fa656b3 100644
--- a/sysdeps/generic/fork.c
+++ b/sysdeps/generic/fork.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 1997, 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
@@ -29,6 +29,7 @@ __fork ()
__set_errno (ENOSYS);
return -1;
}
+libc_hidden_def (__fork)
stub_warning (fork)
weak_alias (__fork, fork)