summaryrefslogtreecommitdiff
path: root/nix/libutil
diff options
context:
space:
mode:
authorRutherther <rutherther@ditigal.xyz>2026-01-22 13:27:13 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-22 13:27:13 +0100
commit7c0cd7e45b0240b842b4f3e767599501eac42ee1 (patch)
tree3f5aab4b08d0fdfe1728be24f3250384ab44f9d2 /nix/libutil
parent4e2de18be2c7f7701c00877e05c0b587d03ac4d1 (diff)
parentd58da8a56b75af73a7b5466f7ef8a81679713aa3 (diff)
Merge branch 'version-1.5.0'
Change-Id: Id73c0c74600a3da3373b3a37236b505af65bfe31
Diffstat (limited to 'nix/libutil')
-rw-r--r--nix/libutil/util.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libutil/util.hh b/nix/libutil/util.hh
index 42cb60ea0d4..3bf2f0be754 100644
--- a/nix/libutil/util.hh
+++ b/nix/libutil/util.hh
@@ -170,7 +170,7 @@ void writeToStderr(const string & s);
170inline void (*_writeToStderr) (const unsigned char * buf, size_t count) = 0; 170inline void (*_writeToStderr) (const unsigned char * buf, size_t count) = 0;
171 171
172 172
173/* Wrappers arount read()/write() that read/write exactly the 173/* Wrappers around read()/write() that read/write exactly the
174 requested number of bytes. */ 174 requested number of bytes. */
175void readFull(int fd, unsigned char * buf, size_t count); 175void readFull(int fd, unsigned char * buf, size_t count);
176void writeFull(int fd, const unsigned char * buf, size_t count); 176void writeFull(int fd, const unsigned char * buf, size_t count);