mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
posix: Remove internal_function attribute
This commit is contained in:
@ -32,10 +32,10 @@
|
||||
|
||||
static int getttyname_r (char *buf, size_t buflen,
|
||||
dev_t mydev, ino64_t myino, int save,
|
||||
int *dostat) internal_function;
|
||||
int *dostat);
|
||||
|
||||
static int
|
||||
internal_function attribute_compat_text_section
|
||||
attribute_compat_text_section
|
||||
getttyname_r (char *buf, size_t buflen, dev_t mydev, ino64_t myino,
|
||||
int save, int *dostat)
|
||||
{
|
||||
|
Reference in New Issue
Block a user