diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-06 18:04:49 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-06 18:04:49 +0100 |
commit | 273c6e2aac5f238b816fa185237a459ab6e12882 (patch) | |
tree | 0c3a3b5488bb1cad100077a8cd2209963eb1ca4e | |
parent | 170f647a4a0deab3d003db7c7e06fbbe795c83af (diff) |
Remove use of `internal_function'
Following 100a2df1686521605a784062ccda6a6b30c62deb.
* libc_pthread_init.c (__libc_pthread_init): Do not qualify with
internal_function.
-rw-r--r-- | libc_pthread_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc_pthread_init.c b/libc_pthread_init.c index afce1f7..eb6f41b 100644 --- a/libc_pthread_init.c +++ b/libc_pthread_init.c @@ -21,7 +21,6 @@ #include <pthread-functions.h> void -internal_function __libc_pthread_init (const struct pthread_functions *functions) { #ifdef SHARED |