mirror of git://sourceware.org/git/glibc.git
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