mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Check in gnulib with Android patches
* xcompile/lib: Check-in gnulib with patches for Android.
This commit is contained in:
parent
a02f52cc9e
commit
a441ac5527
211 changed files with 59731 additions and 0 deletions
21
xcompile/lib/count-trailing-zeros.c
Normal file
21
xcompile/lib/count-trailing-zeros.c
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/* Count the number of trailing 0 bits in a word.
|
||||
|
||||
Copyright 2013-2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as
|
||||
published by the Free Software Foundation; either version 2.1 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
This file is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#define COUNT_TRAILING_ZEROS_INLINE _GL_EXTERN_INLINE
|
||||
#include "count-trailing-zeros.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue