bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 2/5] libacpica: Add config for GNU


From: Samuel Thibault
Subject: Re: [PATCH 2/5] libacpica: Add config for GNU
Date: Sat, 3 Apr 2021 14:43:28 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Samuel Thibault, le sam. 03 avril 2021 14:41:59 +0200, a ecrit:
> Damien Zammit, le sam. 03 avril 2021 23:16:32 +1100, a ecrit:
> > +#define acpi_semaphore                      sem_t*
> 
> ? Rather a sem_t, no ? Otherwise you have to uselessly handle
> allocations etc. while the caller can do it.

+acpi_os_wait_semaphore(acpi_semaphore handle, u32 units, u16 timeout)

Ah, no, ok, it's really meant to be a handle, so yes you have to make it
a *.

> > +#define acpi_spinlock                       sem_t*

But for this one I believe it should be a sem_t, since:

acpi_os_create_lock(acpi_spinlock *lockp)

a pointer to it is given.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]