mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Ensure we're writing to stderr in the builder
http://hydra.nixos.org/build/17862041
This commit is contained in:
parent
5a2d451648
commit
28f22b4653
6 changed files with 21 additions and 19 deletions
|
@ -171,6 +171,7 @@ extern void (*_writeToStderr) (const unsigned char * buf, size_t count);
|
|||
requested number of bytes. */
|
||||
void readFull(int fd, unsigned char * buf, size_t count);
|
||||
void writeFull(int fd, const unsigned char * buf, size_t count);
|
||||
void writeFull(int fd, const string & s);
|
||||
|
||||
MakeError(EndOfFile, Error)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue