diff options
Diffstat (limited to 'gcc/ada/adaint.c')
-rw-r--r-- | gcc/ada/adaint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c index 34136ff..b76b3c6 100644 --- a/gcc/ada/adaint.c +++ b/gcc/ada/adaint.c @@ -350,7 +350,6 @@ int __gnat_vmsp = 0; /* Used for Ada bindings */ int __gnat_size_of_file_attributes = sizeof (struct file_attributes); -/* Reset the file attributes as if no system call had been performed */ void __gnat_stat_to_attr (int fd, char* name, struct file_attributes* attr); /* The __gnat_max_path_len variable is used to export the maximum @@ -402,6 +401,8 @@ to_ptr32 (char **ptr64) static const char ATTR_UNSET = 127; +/* Reset the file attributes as if no system call had been performed */ + void __gnat_reset_attributes (struct file_attributes* attr) |