mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
posix: Remove internal_function attribute
This commit is contained in:
@ -66,6 +66,6 @@ extern int __spawni (pid_t *pid, const char *path,
|
||||
|
||||
/* Return true if FD falls into the range valid for file descriptors.
|
||||
The check in this form is mandated by POSIX. */
|
||||
bool __spawn_valid_fd (int fd) internal_function attribute_hidden;
|
||||
bool __spawn_valid_fd (int fd) attribute_hidden;
|
||||
|
||||
#endif /* _SPAWN_INT_H */
|
||||
|
Reference in New Issue
Block a user