Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add extattr_list_xxx() on NetBSD #2991

Merged
merged 1 commit into from Nov 8, 2022

Conversation

SteveLauC
Copy link
Contributor

Corresponds to this:

ssize_t	extattr_list_fd(int _fd, int _attrnamespace, void *_data,
	    size_t _nbytes);
ssize_t	extattr_list_file(const char *_path, int _attrnamespace, void *_data,
	    size_t _nbytes);
ssize_t	extattr_list_link(const char *_path, int _attrnamespace, void *_data,
	    size_t _nbytes);

@rust-highfive
Copy link

r? @JohnTitor

(rust-highfive has picked a reviewer for you, use r? to override)

@JohnTitor
Copy link
Member

Thanks, @bors r+

@bors
Copy link
Contributor

bors commented Nov 7, 2022

📌 Commit 5763a0f has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 7, 2022

⌛ Testing commit 5763a0f with merge 3daacc5...

@bors
Copy link
Contributor

bors commented Nov 8, 2022

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing 3daacc5 to master...

@bors bors merged commit 3daacc5 into rust-lang:master Nov 8, 2022
@SteveLauC SteveLauC deleted the extattr_list_xx-on-NetBSD branch November 8, 2022 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants