Move __weak_reference() after symbols it links to.
commit0c4f129d375539ed50d86f6d1424eea6f13f52b6
authorzrj <rimvydas.jasinskas@gmail.com>
Thu, 6 Oct 2016 14:53:18 +0000 (6 17:53 +0300)
committerzrj <zrj@dragonflybsd.org>
Mon, 24 Oct 2016 11:55:23 +0000 (24 14:55 +0300)
treee1088468cb52081e299c6e543afa108718e75b57
parentf8406b33bbed7faf9fbde74cd27d301a5cae7cbc
Move __weak_reference() after symbols it links to.

Just for consistency. It also will help if prototype visibility would change.

Shouldn't lib/libc/gen/raise.c have weak refs to _raise() and raise()?
20 files changed:
lib/libc/compat-43/creat.c
lib/libc/gen/_spinlock_stub.c
lib/libc/gen/err.c
lib/libc/gen/getprogname.c
lib/libc/gen/isinf.c
lib/libc/gen/isnan.c
lib/libc/gen/pause.c
lib/libc/gen/sleep.c
lib/libc/gen/usleep.c
lib/libc/gen/wait.c
lib/libc/gen/waitpid.c
lib/libc/net/nsdispatch.c
lib/libc/stdio/fcloseall.c
lib/libc/stdio/fcookie.c
lib/libc/stdio/vfscanf.c
lib/libc/stdlib/system.c
lib/libc/string/strtok.c
lib/libc/upmap/ukp_clock.c
lib/libc/upmap/ukp_getpid.c
lib/libstand/inet_ntoa.c