diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-20 22:27:44 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-20 22:27:44 +0100 |
commit | 0da2914ac9d9321cca2d402b2c505881e436c725 (patch) | |
tree | 56d77172f8126e4b4324e53dfbed36fade48110f /console/console.c | |
parent | 03f8e9b08a9d4f5034ea1a27c3a8e86d9b147306 (diff) |
pflocal: Add support for access() on pipes
bash's '<(' helper creates a pipe and gives /dev/fd/63 to the program, and
gcc would then run access() on it. So we actually need to support at least
some FS operations on pipes.
* pflocal/fs.c: New file.
* pflocal/mig-mutate.h (FILE_INTRAN, FILE_INTRAN_PAYLOAD, FILE_DESTRUCTOR,
FILE_IMPORTS): New macros.
* pflocal/sserver.c: Include "fs_S.h".
(sock_demuxer): Call fs_server_routine.
* pflocal/Makefile (SRCS): Add fs.c.
(MIGSTUBS): Add fsServer.o.
Diffstat (limited to 'console/console.c')
0 files changed, 0 insertions, 0 deletions