mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(_sys_read_ahead, _sys_wait_accept): Add prototypes.
This commit is contained in:
parent
64570b36c5
commit
c8b6788004
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ extern void syms_of_w32menu (void);
|
|||
extern void globals_of_w32menu (void);
|
||||
extern void syms_of_fontset (void);
|
||||
|
||||
extern int _sys_read_ahead (int fd);
|
||||
extern int _sys_wait_accept (int fd);
|
||||
|
||||
#endif /* EMACS_W32_H */
|
||||
|
||||
/* arch-tag: 02c36b00-312b-4c4d-a1d9-f905c5e968f0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue