Email List: Xaustin-review-lX
[All Lists]

Defect in XSH fgetc

To: yyyyyyyyyyyyyyy@xxxxxxxxxxxxx
Subject: Defect in XSH fgetc
From: yyyyyyyyyyyy@xxxxxxx
Date: Mon, 20 Oct 2003 21:07:25 +0100 (BST)
        Defect report from : Carol Fields , Sun Microsystems

(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)

@ page 364 line 11972 section fgetc editorial {cf7}

Problem:

Edition of Specification (Year): 2003

Defect code :  1. Error

fgetc() description states:
"The fgetc() function may mark the st_atime field of the file associated
with stream for update. The st_atime field shall be marked for update by
the first successful execution of fgetc(), fgets(), fgetwc(), fgetws(),
fread(), fscanf(), getc(), getchar(), gets(), or scanf() using stream
that returns data not supplied by a prior call to ungetc() or ungetwc()."


Action:

The fgetc() description should not list the wide character functions,
ie:
"The fgetc() function may mark the st_atime field of the file associated
with stream for update. The st_atime field shall be marked for update by
the first successful execution of fgetc(), fgets(),
fread(), fscanf(), getc(), getchar(), gets(), or scanf() using stream
that returns data not supplied by a prior call to ungetc()."

<Prev in Thread] Current Thread [Next in Thread>
  • Defect in XSH fgetc, Carol.Fields <=