diff options
Diffstat (limited to 'gl/modules/fd-reopen')
-rw-r--r-- | gl/modules/fd-reopen | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gl/modules/fd-reopen b/gl/modules/fd-reopen new file mode 100644 index 000000000..70a21c317 --- /dev/null +++ b/gl/modules/fd-reopen @@ -0,0 +1,23 @@ +Description: +Open a file to a particular file descriptor. + +Files: +lib/fd-reopen.c +lib/fd-reopen.h + +Depends-on: +fcntl-h + +configure.ac: + +Makefile.am: +lib_SOURCES += fd-reopen.c fd-reopen.h + +Include: +"fd-reopen.h" + +License: +GPL + +Maintainer: +Paul Eggert |