/* 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).
libc_hidden_builtin_def (ffs)
#else
-#include <sysdeps/generic/ffs.c>
+#include <string/ffs.c>
#endif
/* 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.
#else
-#include <sysdeps/generic/ffs.c>
+#include <string/ffs.c>
#endif
/* 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
libc_hidden_builtin_def (ffs)
#else
-#include <sysdeps/generic/ffs.c>
+#include <string/ffs.c>
#endif
-#include <sysdeps/generic/sethostid.c>
+#include <misc/sethostid.c>
-#include <sysdeps/generic/reboot.c>
+#include <misc/reboot.c>
-#include <sysdeps/generic/swapon.c>
+#include <misc/swapon.c>