* adaint.h: Small formatting fix.

From-SVN: r46043
This commit is contained in:
Geert Bosch 2001-10-05 23:07:05 +02:00 committed by Geert Bosch
parent 45b70dd4af
commit 4c4abc0f75
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-05 Geert Bosch (bosch@gnat.com)
* adaint.h: Small formatting fix.
2001-10-04 Geert Bosch <bosch@gnat.com>
* sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):

View File

@ -65,7 +65,7 @@ extern int __gnat_open_create PARAMS ((char *, int));
extern int __gnat_open_append PARAMS ((char *, int));
extern long __gnat_file_length PARAMS ((int));
extern void __gnat_tmp_name PARAMS ((char *));
extern char *__gnat_readdir PARAMS ((DIR *, char*));
extern char *__gnat_readdir PARAMS ((DIR *, char *));
extern int __gnat_readdir_is_thread_safe PARAMS ((void));
extern time_t __gnat_file_time_name PARAMS ((char *));
extern time_t __gnat_file_time_fd PARAMS ((int));