am 13610bec: am 1ee1bfde: Merge "Use __unused rather than self assignment for unused parameters."
* commit '13610bec6bfc0af64efdeeafc4c25d34912c2856': Use __unused rather than self assignment for unused parameters.
This commit is contained in:
commit
ea24c25512
@ -126,11 +126,8 @@ int sem_destroy(sem_t *sem)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sem_t *sem_open(const char *name, int oflag, ...)
|
sem_t *sem_open(const char *name __unused, int oflag __unused, ...)
|
||||||
{
|
{
|
||||||
name=name;
|
|
||||||
oflag=oflag;
|
|
||||||
|
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
return SEM_FAILED;
|
return SEM_FAILED;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user