diff options
Diffstat (limited to 'gdb/ser-unix.h')
-rw-r--r-- | gdb/ser-unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-unix.h b/gdb/ser-unix.h index fc38f28..88583d1 100644 --- a/gdb/ser-unix.h +++ b/gdb/ser-unix.h @@ -21,7 +21,7 @@ #define SER_UNIX_H extern int ser_unix_read_prim (struct serial *scb, size_t count); -extern int ser_unix_write_prim (struct serial *scb, const void *buf, +extern int ser_unix_write_prim (struct serial *scb, const void *buf, size_t count); #endif |