]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Apr 2009 08:26:13 +0000 (10:26 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Apr 2009 08:26:13 +0000 (10:26 +0200)
commit3f25c54d814c705750dc1535dd935b39afc7b779
treebd81a0aab892d56ae076ec2454b8fbf55ef392a2
parent8dbf3473b19d7579acb40e4f0342d4a1c055e4d5
[multiple changes]

2009-04-20  Hristian Kirtchev  <kirtchev@adacore.com>

* a-calend.adb: Remove types char_Pointer, int, tm and tm_Pointer.
(localtime_tzoff): This routine no longer accepts an actual of type
tm_Pointer.
(UTC_Time_Offset): Remove local variable Secs_TM.

* sysdep.c (__gnat_localtime_tzoff): This routine no longer accepts an
actual of type struct tm*. Add local variable of type struct tm for all
targets that provide localtime_r and need to invoke it.

2009-04-20  Thomas Quinot  <quinot@adacore.com>

* s-oscons-tmplt.c, g-socket.adb, g-socket.ads
(GNAT.Sockets.Resolve_Error): Add case of EPIPE
Add case of EAGAIN for platforms where it is not equal to EWOULDBLOCK

From-SVN: r146369
gcc/ada/ChangeLog
gcc/ada/a-calend.adb
gcc/ada/g-socket.adb
gcc/ada/g-socket.ads
gcc/ada/s-oscons-tmplt.c
gcc/ada/sysdep.c