Update abandoned code for sysdeps/generic demise.
This commit is contained in:
parent
74df46e30f
commit
660a71b93b
|
@ -1,6 +1,6 @@
|
||||||
/* ffs -- find first set bit in a word, counted from least significant end.
|
/* ffs -- find first set bit in a word, counted from least significant end.
|
||||||
For Amd 290x0.
|
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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Torbjorn Granlund (tege@sics.se).
|
Contributed by Torbjorn Granlund (tege@sics.se).
|
||||||
|
|
||||||
|
@ -39,5 +39,5 @@ weak_alias (__ffs, ffs)
|
||||||
libc_hidden_builtin_def (ffs)
|
libc_hidden_builtin_def (ffs)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <sysdeps/generic/ffs.c>
|
#include <string/ffs.c>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ffs -- find first set bit in a word, counted from least significant end.
|
/* ffs -- find first set bit in a word, counted from least significant end.
|
||||||
For i960 Core architecture
|
For i960 Core architecture
|
||||||
This file is part of the GNU C Library.
|
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),
|
Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
|
||||||
On-Line Applications Research Corporation.
|
On-Line Applications Research Corporation.
|
||||||
|
|
||||||
|
@ -41,6 +41,6 @@ libc_hidden_builtin_def (ffs)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <sysdeps/generic/ffs.c>
|
#include <string/ffs.c>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ffs -- find first set bit in a word, counted from least significant end.
|
/* ffs -- find first set bit in a word, counted from least significant end.
|
||||||
For Motorola 88000.
|
For Motorola 88000.
|
||||||
This file is part of the GNU C Library.
|
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).
|
Contributed by Torbjorn Granlund (tege@sics.se).
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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)
|
libc_hidden_builtin_def (ffs)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <sysdeps/generic/ffs.c>
|
#include <string/ffs.c>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#include <sysdeps/generic/sethostid.c>
|
#include <misc/sethostid.c>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#include <sysdeps/generic/reboot.c>
|
#include <misc/reboot.c>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#include <sysdeps/generic/swapon.c>
|
#include <misc/swapon.c>
|
||||||
|
|
Loading…
Reference in New Issue