src/os/linux/vm/hpi_linux.hpp

changeset 670
9c2ecc2ffb12
parent 657
2a1a77d3458f
child 1907
c18cbe5936b8
     1.1 --- a/src/os/linux/vm/hpi_linux.hpp	Thu Jul 03 11:01:32 2008 -0700
     1.2 +++ b/src/os/linux/vm/hpi_linux.hpp	Fri Jul 11 01:14:44 2008 -0700
     1.3 @@ -70,6 +70,10 @@
     1.4    RESTARTABLE_RETURN_INT(::send(fd, buf, nBytes, (unsigned int) flags));
     1.5  }
     1.6  
     1.7 +inline int hpi::raw_send(int fd, char *buf, int nBytes, int flags) {
     1.8 +  return send(fd, buf, nBytes, flags);
     1.9 +}
    1.10 +
    1.11  inline int hpi::timeout(int fd, long timeout) {
    1.12    julong prevtime,newtime;
    1.13    struct timeval t;

mercurial