This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: consistency (?) patch for libio



A worthy goal. . .luckily this was already in v-3's fpos.h:

namespace std {

  // 27.4.1  Types
  typedef _IO_off_t  streamoff;
  typedef _IO_ssize_t streamsize; // Signed integral type
  typedef _IO_off_t  wstreamoff;
  typedef _IO_ssize_t wstreamsize;

. . . .

-Benjamin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]