mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
(emacs_write): Buffer pointer now const.
This commit is contained in:
parent
dffb0c47f4
commit
7b1cc11936
1 changed files with 1 additions and 1 deletions
|
|
@ -3313,7 +3313,7 @@ emacs_read (fildes, buf, nbyte)
|
|||
int
|
||||
emacs_write (fildes, buf, nbyte)
|
||||
int fildes;
|
||||
char *buf;
|
||||
const char *buf;
|
||||
unsigned int nbyte;
|
||||
{
|
||||
register int rtnval, bytes_written;
|
||||
|
|
|
|||
Loading…
Reference in a new issue