/usr/include/bglibs/unix/fcntl.h is in libbg1-dev 1.106-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #ifndef UNIX__FCNTL__H__
#define UNIX__FCNTL__H__
int fcntl_fd_on(int fd, int flag);
int fcntl_fd_off(int fd, int flag);
int fcntl_fl_on(int fd, int flag);
int fcntl_fl_off(int fd, int flag);
#endif
|