Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
rockchip_bionic
Commits
f33a7700
Commit
f33a7700
authored
14 years ago
by
David 'Digit' Turner
Browse files
Options
Download
Email Patches
Plain Diff
libc: Add missing C++ guards to <pathconf.h>
Change-Id: I94dad48678181d8b02431b1c1f5d507beafb5406
parent
b9e49ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
libc/include/pathconf.h
libc/include/pathconf.h
+6
-0
No files found.
libc/include/pathconf.h
View file @
f33a7700
...
...
@@ -28,6 +28,10 @@
#ifndef _PATHCONF_H_
#define _PATHCONF_H_
#include <sys/cdefs.h>
__BEGIN_DECLS
/* constants to be used for the 'name' paremeter of pathconf/fpathconf */
#define _PC_FILESIZEBITS 0x0000
...
...
@@ -54,5 +58,7 @@
extern
long
fpathconf
(
int
fildes
,
int
name
);
extern
long
pathconf
(
const
char
*
path
,
int
name
);
__END_DECLS
#endif
/* _PATHCONF_H_ */
This diff is collapsed.
Click to expand it.
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