]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Revisit the pipe function
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Wed, 4 Sep 2019 15:47:25 +0000 (15:47 +0000)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 4 Sep 2019 16:48:49 +0000 (19:48 +0300)
commitacc483cb72d73fdd506477d85e3f47492308360f
tree98b910361da3971dc80caff1955f83a70f7d3ce7
parentee99e215eb2e6e5c7e176b22da9b6a3941877e23
Revisit the pipe function

The pipe(...) stub should return an error. This is becuase the callee
will try to use the file descriptors returned by this function.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
file.c