1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

aio: Remove internal_function function attribute

This commit is contained in:
Florian Weimer
2017-08-31 15:57:00 +02:00
parent ab5bf7cf76
commit dab0eecef6
7 changed files with 24 additions and 24 deletions

View File

@ -22,7 +22,7 @@
#include <aio_misc.h>
int
attribute_hidden internal_function
attribute_hidden
__aio_sigqueue (int sig, const union sigval val, pid_t caller_pid)
{
__set_errno (ENOSYS);