Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handling

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2019-01-05 21:41:01 +01:00
parent f72191ac01
commit a3a5d52b39
3 changed files with 6 additions and 2 deletions

View File

@ -126,6 +126,7 @@ enum del_lock_called_from {
};
enum virtual_ftype_t {
virt_fdsymlink = -8, /* Fd symlink (e.g. /proc/<PID>/fd/0) */
virt_blk = -7, /* Block special */
virt_chr = -6, /* Character special */
virt_fsfile = -5, /* FS-based file via /proc/sys */