mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Remove libc_hidden_def from __semtimedop stub
This breaks the Hurd build after commit 765cdd0bff
("sysvipc: Implement semop based on semtimedop") added it to the stub.
This commit is contained in:
parent
765cdd0bff
commit
e3f764b6f2
@ -29,6 +29,5 @@ __semtimedop (int semid, struct sembuf *sops, size_t nsops,
|
||||
return -1;
|
||||
}
|
||||
weak_alias (__semtimedop, semtimedop)
|
||||
libc_hidden_def (__semtimedop)
|
||||
|
||||
stub_warning (semtimedop)
|
||||
|
Loading…
Reference in New Issue
Block a user