* include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
authorRoland McGrath <roland@gnu.org>
Sun, 4 Aug 2002 03:30:56 +0000 (03:30 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 4 Aug 2002 03:30:56 +0000 (03:30 +0000)
commitc41f555e0c91588469586cb7fef23907582b2595
tree61451cb29fdd0cc6aae97b46d61191c4fae53569
parent5517266d33193ca13de097fa2775661c3bc6dac0
* include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,

execl, execle, execlp, execvp, getpid, getsid.
* sysdeps/generic/alarm.c: Add libc_hidden_def.
* sysdeps/unix/alarm.c: Likewise.
* posix/confstr.c: Likewise.
* posix/execvp.c: Likewise.
* posix/execlp.c: Likewise.
* posix/execle.c: Likewise.
* posix/execl.c: Likewise.
* sysdeps/generic/getsid.c: Likewise.
* sysdeps/mach/hurd/getsid.c: Likewise.
* sysdeps/generic/getpid.c: Add libc_hidden_weak.
* sysdeps/mach/hurd/getpid.c: Likewise.

* include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
qecvt_r, qfcvt_r, lrand48_r.
* misc/efgcvt_r.c: Add libc_hidden_def.

* include/wordexp.h: Use libc_hidden_proto for wordfree.
* sysdeps/generic/wordexp.c: Add libc_hidden_def.

* include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
* locale/nl_langinfo.c: Add libc_hidden_def.

* include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
* sysdeps/generic/glob.c: Add libc_hidden_def.
* sysdeps/generic/glob64.c: Likewise.
* sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
23 files changed:
ChangeLog
include/glob.h
include/langinfo.h
include/stdlib.h
include/unistd.h
include/wordexp.h
locale/nl_langinfo.c
misc/efgcvt_r.c
posix/confstr.c
posix/execl.c
posix/execle.c
posix/execlp.c
posix/execvp.c
sysdeps/generic/alarm.c
sysdeps/generic/getpid.c
sysdeps/generic/getsid.c
sysdeps/generic/glob.c
sysdeps/generic/glob64.c
sysdeps/generic/wordexp.c
sysdeps/mach/hurd/getpid.c
sysdeps/mach/hurd/getsid.c
sysdeps/unix/alarm.c
sysdeps/wordsize-64/glob.c