mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 21:51:36 +08:00
re PR ada/29707 (s-osinte.adb:86:13: warning: function "To_Target_Priority" is not referenced)
* s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads (To_Target_Priority): New function. Fix PR ada/29707 From-SVN: r118496
This commit is contained in:
parent
4db425b298
commit
75c0ed055f
@ -1,3 +1,9 @@
|
||||
2006-11-05 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
* s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads
|
||||
(To_Target_Priority): New function.
|
||||
Fix PR ada/29707
|
||||
|
||||
2006-10-31 Robert Dewar <dewar@adacore.com>
|
||||
|
||||
* a-taster.adb, s-traent-vms.adb, a-elchha.ads, a-elchha.adb,
|
||||
|
@ -246,6 +246,10 @@ package System.OS_Interface is
|
||||
SCHED_FIFO : constant := 1;
|
||||
SCHED_RR : constant := 2;
|
||||
|
||||
function To_Target_Priority
|
||||
(Prio : System.Any_Priority) return Interfaces.C.int;
|
||||
-- Maps System.Any_Priority to a POSIX priority.
|
||||
|
||||
-------------
|
||||
-- Process --
|
||||
-------------
|
||||
|
@ -253,6 +253,10 @@ package System.OS_Interface is
|
||||
SCHED_FIFO : constant := 1;
|
||||
SCHED_RR : constant := 2;
|
||||
|
||||
function To_Target_Priority
|
||||
(Prio : System.Any_Priority) return Interfaces.C.int;
|
||||
-- Maps System.Any_Priority to a POSIX priority.
|
||||
|
||||
-------------
|
||||
-- Process --
|
||||
-------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user