projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2034622
)
Add fifth parameter to linkat.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 27 Feb 2006 05:44:25 +0000
(
05:44
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 27 Feb 2006 05:44:25 +0000
(
05:44
+0000)
posix/unistd.h
patch
|
blob
|
history
diff --git
a/posix/unistd.h
b/posix/unistd.h
index
bcd184b
..
c8e8a05
100644
(file)
--- a/
posix/unistd.h
+++ b/
posix/unistd.h
@@
-758,7
+758,8
@@
extern int link (__const char *__from, __const char *__to)
/* Like link but relative paths in TO and FROM are interpreted relative
to FROMFD and TOFD respectively. */
extern int linkat (int __fromfd, __const char *__from, int __tofd,
- __const char *__to) __THROW __nonnull ((2, 4)) __wur;
+ __const char *__to, int __flags)
+ __THROW __nonnull ((2, 4)) __wur;
#endif
#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K