Flesh out the extattr_{delete,get,set}_link() system calls: variations
on the _file() theme that do not follow symlinks. Sync to MAC tree. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
74e3018d10
commit
e3360b2da4
@ -587,6 +587,11 @@
|
||||
409 UNIMPL BSD __mac_get_pid
|
||||
410 UNIMPL BSD __mac_get_link
|
||||
411 UNIMPL BSD __mac_set_link
|
||||
412 UNIMPL BSD extattr_set_link
|
||||
413 UNIMPL BSD extattr_get_link
|
||||
414 UNIMPL BSD extattr_delete_link
|
||||
412 STD BSD { int extattr_set_link(const char *path, \
|
||||
int attrnamespace, const char *attrname, \
|
||||
void *data, size_t nbytes); }
|
||||
413 STD BSD { ssize_t extattr_get_link(const char *path, \
|
||||
int attrnamespace, const char *attrname, \
|
||||
void *data, size_t nbytes); }
|
||||
414 STD BSD { int extattr_delete_link(const char *path, \
|
||||
int attrnamespace, const char *attrname); }
|
||||
|
Loading…
Reference in New Issue
Block a user