[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#182360: fixed upstream ?



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

procedure Close comes now in two versions in gnat.os_lib (see
system.os_lib) :

procedure Close (FD : File_Descriptor; Status : out Boolean);
- --  Close file referenced by FD. Status is False if the underlying service
- --  failed. Reasons for failure include: disk full, disk quotas exceeded
- --  and invalid file descriptor (the file may have been closed twice).

procedure Close (FD : File_Descriptor);
- --  Close file referenced by FD. This form is used when the caller
wants to
- --  ignore any possible error (see above for error cases).
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkp0tcIACgkQVIZi0A5BZF5FdQCglor/466kf6QryiyjjjwLquIA
6BAAn31Rzwyc6dmFL58u13MCdzsPU1yr
=AJ3L
-----END PGP SIGNATURE-----



Reply to: