summaryrefslogtreecommitdiff
path: root/src/fcntl/F_GETFD.h
blob: 6d99ea3c708b252de448baa2d2c9b78638743db4 (plain)
1
2
3
4
5
6
7
#include <fcntl.h>

#define F_GETFD                                                              (3)

/*
POSIX(1)
*/