aboutsummaryrefslogtreecommitdiff
path: root/libgloss/read.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-29Fix various c99/gcc-14 issues in generic libgloss codeJeff Law1-2/+3
Similar to what's been done in the ports, but this time in generic code. Add missing #includes to pick up prototypes. Add prototypes for various internal functions where needed. Fix signatures of various functions to match what's provided by the headers (read, sbrk, write, unlink). Nearly done with this effort ;-) Pushed to the trunk,
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-2/+1
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz1-1/+1
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _ANDYaakov Selkowitz1-2/+2
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2002-07-182002-07-18 Chris Demetriou <cgd@broadcom.com>Jeff Johnston1-1/+1
* read.c (read): Don't assign past end of buffer, fix return value.
2000-03-1720000317 sourceware importRanjith Kumaran1-0/+39