X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fsafe-read;h=89e79a9b67db5b3044ecaffb2f8131c944182668;hb=2ccbc9ef6bd41aedb53d8d89b5b453034a74212b;hp=8aeedc405b3bc565cb5df6111707ac056db8fe78;hpb=32865888475678304ea91322b587eee043bb06ad;p=pspp diff --git a/modules/safe-read b/modules/safe-read index 8aeedc405b..89e79a9b67 100644 --- a/modules/safe-read +++ b/modules/safe-read @@ -1,13 +1,14 @@ Description: -An interface to read() that retries after interrupts. +An interface to the read() function that retries after interrupts. Files: lib/safe-read.h lib/safe-read.c m4/safe-read.m4 -m4/ssize_t.m4 Depends-on: +read +ssize_t configure.ac: gl_SAFE_READ @@ -18,7 +19,7 @@ Include: "safe-read.h" License: -GPL +LGPLv2+ Maintainer: Jim Meyering, Bruno Haible