git: libc: Add prototypes for various functions we use in __weak_reference().

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Apr 8 10:24:41 PDT 2019


commit a32e3ba6181a8847898d61973e131c14a0ce0d04
Author: Sascha Wildner <saw at online.de>
Date:   Mon Apr 8 19:14:52 2019 +0200

    libc: Add prototypes for various functions we use in __weak_reference().

Summary of changes:
 lib/libc/gen/fmtcheck.c            | 2 ++
 lib/libc/gen/sigwait.c             | 2 ++
 lib/libc/gen/sleep.c               | 2 ++
 lib/libc/gen/termios.c             | 2 ++
 lib/libc/gen/tls.c                 | 1 +
 lib/libc/gen/ucontext.c            | 3 +++
 lib/libc/gen/usleep.c              | 2 ++
 lib/libc/gen/wait.c                | 2 ++
 lib/libc/gen/waitpid.c             | 2 ++
 lib/libc/stdio/_flock_stub.c       | 3 +++
 lib/libc/stdio/fcookie.c           | 2 ++
 lib/libc/stdlib/nmalloc.c          | 7 +++++++
 lib/libc/stdlib/system.c           | 2 ++
 lib/libc/string/strchrnul.c        | 2 ++
 lib/libc/sys/fork.c                | 2 ++
 lib/libc/x86_64/gen/makecontext.c  | 2 ++
 lib/libc/x86_64/gen/quickcontext.c | 2 ++
 17 files changed, 40 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a32e3ba6181a8847898d61973e131c14a0ce0d04


-- 
DragonFly BSD source repository



More information about the Commits mailing list