mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Add fifth parameter to linkat.
This commit is contained in:
parent
2034622e60
commit
5733ab9360
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user