Use pread/pwrite everywhere to avoid changing the file position while
authorAlexandre Julliard <julliard@winehq.org>
Sat, 1 May 2004 02:50:06 +0000 (02:50 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 1 May 2004 02:50:06 +0000 (02:50 +0000)
commit72f87b8c066fc720b632c6a596185fb2472b3109
treee008f3ec05d7688923fd33d7c0acb26323a45f53
parentb592cbbc18ef5b177fe82b967d53fa5d660f2bb4
Use pread/pwrite everywhere to avoid changing the file position while
the client is using it.
Get rid of the no longer used truncate_file request.
include/wine/server_protocol.h
server/file.c
server/mapping.c
server/protocol.def
server/request.h
server/signal.c
server/trace.c