]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/posix-pipe: Add pipe stat support
authorAndrei Tatar <andrei@unikraft.io>
Wed, 19 Mar 2025 12:37:23 +0000 (13:37 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Thu, 27 Mar 2025 15:27:28 +0000 (15:27 +0000)
commit6dadb454e5b509113f5b39bd0849684cb2396382
tree38f88fd0adfc8346a987d8918e0c33628fa2578a
parenta1a401ccc5d21c1e0c320220d96694a82060f0d7
lib/posix-pipe: Add pipe stat support

This change implements a real getstat operation for pipes, returning
basic information about an open pipe.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Approved-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
GitHub-Closes: #1603
lib/posix-pipe/pipe.c