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:
Florian Weimer 2019-10-17 21:36:34 +02:00
parent 765cdd0bff
commit e3f764b6f2

View File

@ -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)