]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/adaint.h
adaint.c, adaint.h (__gnat_cpu_alloc, [...]): Create these wrappers around the CPU_AL...
[gcc.git] / gcc / ada / adaint.h
index 45f1203ed585518eecffe5aff521578b7097ddd1..de00fb642b3b3f55a3977121e446040f82683f1d 100644 (file)
@@ -252,8 +252,11 @@ extern void   *__gnat_lwp_self                        (void);
 
 #include <sched.h>
 
-extern void   __gnat_cpu_zero                      (cpu_set_t *);
-extern void   __gnat_cpu_set                       (int, cpu_set_t *);
+extern cpu_set_t *__gnat_cpu_alloc                 (size_t);
+extern size_t __gnat_cpu_alloc_size                (size_t);
+extern void   __gnat_cpu_set_free                  (cpu_set_t *);
+extern void   __gnat_cpu_zero                      (size_t, cpu_set_t *);
+extern void   __gnat_cpu_set                       (int, size_t, cpu_set_t *);
 #endif
 
 #if defined (_WIN32)
This page took 0.032302 seconds and 5 git commands to generate.