Update abandoned code for sysdeps/generic demise.

This commit is contained in:
Roland McGrath 2006-01-08 06:50:00 +00:00
parent 74df46e30f
commit 660a71b93b
6 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
/* ffs -- find first set bit in a word, counted from least significant end.
For Amd 290x0.
Copyright (C) 1991, 1992, 1997, 2004 Free Software Foundation, Inc.
Copyright (C) 1991, 1992, 1997, 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Torbjorn Granlund (tege@sics.se).
@ -39,5 +39,5 @@ weak_alias (__ffs, ffs)
libc_hidden_builtin_def (ffs)
#else
#include <sysdeps/generic/ffs.c>
#include <string/ffs.c>
#endif

View File

@ -1,7 +1,7 @@
/* ffs -- find first set bit in a word, counted from least significant end.
For i960 Core architecture
This file is part of the GNU C Library.
Copyright (C) 1994, 1997, 2004 Free Software Foundation, Inc.
Copyright (C) 1994, 1997, 2004, 2005 Free Software Foundation, Inc.
Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
On-Line Applications Research Corporation.
@ -41,6 +41,6 @@ libc_hidden_builtin_def (ffs)
#else
#include <sysdeps/generic/ffs.c>
#include <string/ffs.c>
#endif

View File

@ -1,7 +1,7 @@
/* ffs -- find first set bit in a word, counted from least significant end.
For Motorola 88000.
This file is part of the GNU C Library.
Copyright (C) 1991, 1992, 1997, 2004 Free Software Foundation, Inc.
Copyright (C) 1991, 1992, 1997, 2004, 2005 Free Software Foundation, Inc.
Contributed by Torbjorn Granlund (tege@sics.se).
The GNU C Library is free software; you can redistribute it and/or
@ -41,5 +41,5 @@ weak_alias (__ffs, ffs)
libc_hidden_builtin_def (ffs)
#else
#include <sysdeps/generic/ffs.c>
#include <string/ffs.c>
#endif

View File

@ -1 +1 @@
#include <sysdeps/generic/sethostid.c>
#include <misc/sethostid.c>

View File

@ -1 +1 @@
#include <sysdeps/generic/reboot.c>
#include <misc/reboot.c>

View File

@ -1 +1 @@
#include <sysdeps/generic/swapon.c>
#include <misc/swapon.c>