FreeBSD Bugzilla – Attachment 153309 Details for
Bug 197915
[kernel] change return type of readlinkat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Change return type of readlinkat from int to ssize_t
syscalls.master.txt (text/plain), 615 bytes, created by
henning.petersen
on 2015-02-22 08:58:09 UTC
(
hide
)
Description:
Change return type of readlinkat from int to ssize_t
Filename:
MIME Type:
Creator:
henning.petersen
Created:
2015-02-22 08:58:09 UTC
Size:
615 bytes
patch
obsolete
>Index: sys/kern/syscalls.master >=================================================================== >--- sys/kern/syscalls.master (revision 279148) >+++ sys/kern/syscalls.master (working copy) >@@ -894,7 +894,7 @@ > ; XXX: see the comment for open > 499 AUE_OPENAT_RWTC STD { int openat(int fd, char *path, int flag, \ > mode_t mode); } >-500 AUE_READLINKAT STD { int readlinkat(int fd, char *path, char *buf, \ >+500 AUE_READLINKAT STD { ssize_t readlinkat(int fd, char *path, char *buf, \ > size_t bufsize); } > 501 AUE_RENAMEAT STD { int renameat(int oldfd, char *old, int newfd, \ > char *new); }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197915
: 153309