summaryrefslogtreecommitdiff
path: root/sysdeps/generic/aio_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/aio_misc.h')
-rw-r--r--sysdeps/generic/aio_misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/aio_misc.h b/sysdeps/generic/aio_misc.h
index 56f872fc48..0cd030bf53 100644
--- a/sysdeps/generic/aio_misc.h
+++ b/sysdeps/generic/aio_misc.h
@@ -1,5 +1,5 @@
/* Internal declarations for <aio.h> functions implementation. Stub version.
- Copyright (C) 2001-2016 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -41,7 +41,7 @@ typedef union
/* Send the signal. */
extern int __aio_sigqueue (int sig, const union sigval val, pid_t caller_pid)
- internal_function;
+ attribute_hidden;
#endif /* aio_misc.h */