Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f78c1452
Commit
f78c1452
authored
Mar 29, 2005
by
Mark Mitchell
Committed by
Mark Mitchell
Mar 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libiberty.h (ffs): Declare, if necessary.
From-SVN: r97147
parent
37d93e4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
include/ChangeLog
+4
-0
include/libiberty.h
+7
-0
No files found.
include/ChangeLog
View file @
f78c1452
2005-03-28 Mark Mitchell <mark@codesourcery.com>
* libiberty.h (ffs): Declare, if necessary.
2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
* xregex2.h (_RE_ARGS): Remove definition and uses.
...
...
include/libiberty.h
View file @
f78c1452
...
...
@@ -138,6 +138,13 @@ extern char *libiberty_concat_ptr;
extern
int
fdmatch
(
int
fd1
,
int
fd2
);
/* Return the position of the first bit set in the argument. */
/* Prototypes vary from system to system, so we only provide a
prototype on systems where we know that we need it. */
#if defined (HAVE_DECL_FFS) && !HAVE_DECL_FFS
extern
int
ffs
(
int
);
#endif
/* Get the working directory. The result is cached, so don't call
chdir() between calls to getpwd(). */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment