OSDN Git Service

Last portion of libc_hidden_proto removal.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 20 Nov 2008 22:11:44 +0000 (22:11 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 20 Nov 2008 22:11:44 +0000 (22:11 -0000)
commitcb97aadebfeba7f5e8f1b85beee5ab10e88c2990
treef5f56f2ef0f3048325419857d0b538135524ff8c
parentb133fe1cac9f99b63ea56daf92caa1423b1289d0
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
434 files changed:
include/arpa/inet.h
include/arpa/nameser.h
include/assert.h
include/ctype.h
include/dirent.h
include/err.h
include/fcntl.h
include/fnmatch.h
include/glob.h
include/grp.h
include/langinfo.h
include/libc-internal.h
include/locale.h
include/malloc.h
include/mntent.h
include/net/if.h
include/netdb.h
include/netinet/ether.h
include/netinet/in.h
include/pwd.h
include/resolv.h
include/rpc/auth.h
include/rpc/auth_des.h
include/rpc/auth_unix.h
include/rpc/clnt.h
include/rpc/netdb.h
include/rpc/pmap_clnt.h
include/rpc/pmap_prot.h
include/rpc/pmap_rmt.h
include/rpc/rpc.h
include/rpc/rpc_msg.h
include/rpc/svc.h
include/rpc/svc_auth.h
include/rpc/xdr.h
include/search.h
include/shadow.h
include/signal.h
include/stdio.h
include/stdio_ext.h
include/stdlib.h
include/string.h
include/sys/mman.h
include/sys/poll.h
include/sys/resource.h
include/sys/select.h
include/sys/socket.h
include/sys/stat.h
include/sys/statfs.h
include/sys/statvfs.h
include/sys/syslog.h
include/sys/time.h
include/sys/times.h
include/sys/timex.h
include/sys/utsname.h
include/sys/wait.h
include/termios.h
include/time.h
include/ttyent.h
include/unistd.h
include/utime.h
include/utmp.h
include/wchar.h
include/wctype.h
include/wordexp.h
libc/inet/addr.c
libc/inet/ether_addr.c
libc/inet/getaddrinfo.c
libc/inet/getnetbyad.c
libc/inet/getnetbynm.c
libc/inet/getnetent.c
libc/inet/getproto.c
libc/inet/getservice.c
libc/inet/herror.c
libc/inet/hostid.c
libc/inet/if_index.c
libc/inet/ifaddrs.c
libc/inet/in6_addr.c
libc/inet/inet_net.c
libc/inet/ntop.c
libc/inet/resolv.c
libc/inet/rpc/auth_none.c
libc/inet/rpc/auth_unix.c
libc/inet/rpc/authunix_prot.c
libc/inet/rpc/bindresvport.c
libc/inet/rpc/clnt_generic.c
libc/inet/rpc/clnt_perror.c
libc/inet/rpc/clnt_raw.c
libc/inet/rpc/clnt_simple.c
libc/inet/rpc/clnt_tcp.c
libc/inet/rpc/clnt_udp.c
libc/inet/rpc/clnt_unix.c
libc/inet/rpc/create_xid.c
libc/inet/rpc/getrpcent.c
libc/inet/rpc/getrpcport.c
libc/inet/rpc/pm_getmaps.c
libc/inet/rpc/pm_getport.c
libc/inet/rpc/pmap_clnt.c
libc/inet/rpc/pmap_prot.c
libc/inet/rpc/pmap_prot2.c
libc/inet/rpc/pmap_rmt.c
libc/inet/rpc/rcmd.c
libc/inet/rpc/rexec.c
libc/inet/rpc/rpc_cmsg.c
libc/inet/rpc/rpc_dtablesize.c
libc/inet/rpc/rpc_private.h
libc/inet/rpc/rpc_prot.c
libc/inet/rpc/rpc_thread.c
libc/inet/rpc/rtime.c
libc/inet/rpc/ruserpass.c
libc/inet/rpc/svc.c
libc/inet/rpc/svc_auth.c
libc/inet/rpc/svc_authux.c
libc/inet/rpc/svc_raw.c
libc/inet/rpc/svc_run.c
libc/inet/rpc/svc_simple.c
libc/inet/rpc/svc_tcp.c
libc/inet/rpc/svc_udp.c
libc/inet/rpc/svc_unix.c
libc/inet/rpc/xdr.c
libc/inet/rpc/xdr_array.c
libc/inet/rpc/xdr_rec.c
libc/inet/rpc/xdr_reference.c
libc/inet/rpc/xdr_stdio.c
libc/inet/socketcalls.c
libc/misc/assert/__assert.c
libc/misc/ctype/ctype.c
libc/misc/dirent/closedir.c
libc/misc/dirent/dirfd.c
libc/misc/dirent/opendir.c
libc/misc/dirent/readdir.c
libc/misc/dirent/readdir64.c
libc/misc/dirent/readdir64_r.c
libc/misc/dirent/readdir_r.c
libc/misc/dirent/scandir.c
libc/misc/dirent/scandir64.c
libc/misc/error/err.c
libc/misc/error/error.c
libc/misc/file/lockf.c
libc/misc/file/lockf64.c
libc/misc/fnmatch/fnmatch.c
libc/misc/fnmatch/fnmatch_old.c
libc/misc/ftw/ftw.c
libc/misc/glob/glob-susv3.c
libc/misc/glob/glob.c
libc/misc/internals/__errno_location.c
libc/misc/internals/__h_errno_location.c
libc/misc/internals/__uClibc_main.c
libc/misc/internals/errno.c
libc/misc/internals/tempname.c
libc/misc/locale/locale.c
libc/misc/mntent/mntent.c
libc/misc/regex/regcomp.c
libc/misc/regex/regex.c
libc/misc/regex/regex_internal.h
libc/misc/regex/regex_old.c
libc/misc/search/_hsearch_r.c
libc/misc/search/_lsearch.c
libc/misc/search/_tsearch.c
libc/misc/search/hsearch.c
libc/misc/statfs/fstatfs64.c
libc/misc/statfs/fstatvfs.c
libc/misc/statfs/fstatvfs64.c
libc/misc/statfs/statfs64.c
libc/misc/statfs/statvfs.c
libc/misc/statfs/statvfs64.c
libc/misc/syslog/syslog.c
libc/misc/sysvipc/shm.c
libc/misc/time/adjtime.c
libc/misc/time/time.c
libc/misc/ttyent/getttyent.c
libc/misc/utmp/utent.c
libc/misc/utmp/wtent.c
libc/misc/wchar/wchar.c
libc/misc/wctype/_wctype.c
libc/misc/wordexp/wordexp.c
libc/pwd_grp/lckpwdf.c
libc/pwd_grp/pwd_grp.c
libc/signal/killpg.c
libc/signal/raise.c
libc/signal/sigaddset.c
libc/signal/sigblock.c
libc/signal/sigdelset.c
libc/signal/sigempty.c
libc/signal/sigfillset.c
libc/signal/siggetmask.c
libc/signal/sighold.c
libc/signal/signal.c
libc/signal/sigpause.c
libc/signal/sigrelse.c
libc/signal/sigsetmask.c
libc/signal/sigwait.c
libc/stdio/__fsetlocking.c
libc/stdio/_cs_funcs.c
libc/stdio/_flushlbf.c
libc/stdio/_fopen.c
libc/stdio/_scanf.c
libc/stdio/_stdio.c
libc/stdio/_trans2w.c
libc/stdio/_vfprintf.c
libc/stdio/_wfwrite.c
libc/stdio/asprintf.c
libc/stdio/dprintf.c
libc/stdio/fclose.c
libc/stdio/fdopen.c
libc/stdio/fflush.c
libc/stdio/fgetc.c
libc/stdio/fgets.c
libc/stdio/fgetwc.c
libc/stdio/fgetws.c
libc/stdio/fileno.c
libc/stdio/fmemopen.c
libc/stdio/fopencookie.c
libc/stdio/fputc.c
libc/stdio/fputs.c
libc/stdio/fputwc.c
libc/stdio/fputws.c
libc/stdio/fread.c
libc/stdio/fseeko.c
libc/stdio/ftello.c
libc/stdio/fwprintf.c
libc/stdio/fwrite.c
libc/stdio/getchar.c
libc/stdio/getdelim.c
libc/stdio/getline.c
libc/stdio/gets.c
libc/stdio/getw.c
libc/stdio/getwchar.c
libc/stdio/old_vfprintf.c
libc/stdio/open_memstream.c
libc/stdio/perror.c
libc/stdio/popen.c
libc/stdio/putchar.c
libc/stdio/puts.c
libc/stdio/putw.c
libc/stdio/putwchar.c
libc/stdio/remove.c
libc/stdio/rewind.c
libc/stdio/setbuf.c
libc/stdio/setbuffer.c
libc/stdio/setlinebuf.c
libc/stdio/setvbuf.c
libc/stdio/snprintf.c
libc/stdio/sprintf.c
libc/stdio/swprintf.c
libc/stdio/tmpfile.c
libc/stdio/ungetc.c
libc/stdio/ungetwc.c
libc/stdio/vasprintf.c
libc/stdio/vdprintf.c
libc/stdio/vsnprintf.c
libc/stdio/vsprintf.c
libc/stdio/vswprintf.c
libc/stdio/vwprintf.c
libc/stdio/wprintf.c
libc/stdlib/__uc_malloc.c
libc/stdlib/_strtod.c
libc/stdlib/abort.c
libc/stdlib/arc4random.c
libc/stdlib/drand48.c
libc/stdlib/drand48_r.c
libc/stdlib/erand48.c
libc/stdlib/erand48_r.c
libc/stdlib/jrand48.c
libc/stdlib/jrand48_r.c
libc/stdlib/lrand48.c
libc/stdlib/lrand48_r.c
libc/stdlib/malloc-simple/alloc.c
libc/stdlib/malloc-standard/free.c
libc/stdlib/malloc-standard/mallinfo.c
libc/stdlib/malloc-standard/malloc.h
libc/stdlib/malloc-standard/realloc.c
libc/stdlib/malloc/free.c
libc/stdlib/malloc/malloc_debug.c
libc/stdlib/mrand48.c
libc/stdlib/mrand48_r.c
libc/stdlib/nrand48.c
libc/stdlib/nrand48_r.c
libc/stdlib/ptsname.c
libc/stdlib/rand.c
libc/stdlib/random.c
libc/stdlib/random_r.c
libc/stdlib/realpath.c
libc/stdlib/seed48.c
libc/stdlib/seed48_r.c
libc/stdlib/setenv.c
libc/stdlib/srand48.c
libc/stdlib/srand48_r.c
libc/stdlib/stdlib.c
libc/stdlib/system.c
libc/stdlib/unix_grantpt.c
libc/stdlib/valloc.c
libc/string/__glibc_strerror_r.c
libc/string/__xpg_strerror_r.c
libc/string/_collate.c
libc/string/strcasecmp.c
libc/string/strdup.c
libc/string/strerror.c
libc/string/strncasecmp.c
libc/string/strtok_r.c
libc/sysdeps/linux/arm/aeabi_assert.c
libc/sysdeps/linux/arm/aeabi_localeconv.c
libc/sysdeps/linux/arm/aeabi_mb_cur_max.c
libc/sysdeps/linux/arm/ioperm.c
libc/sysdeps/linux/arm/iopl.c
libc/sysdeps/linux/common/__rt_sigtimedwait.c
libc/sysdeps/linux/common/__syscall_fcntl.c
libc/sysdeps/linux/common/__syscall_fcntl64.c
libc/sysdeps/linux/common/adjtimex.c
libc/sysdeps/linux/common/alarm.c
libc/sysdeps/linux/common/bits/errno.h
libc/sysdeps/linux/common/bits/getopt.h
libc/sysdeps/linux/common/bits/socket.h
libc/sysdeps/linux/common/bits/uClibc_stdio.h
libc/sysdeps/linux/common/chdir.c
libc/sysdeps/linux/common/chmod.c
libc/sysdeps/linux/common/chown.c
libc/sysdeps/linux/common/clock_getres.c
libc/sysdeps/linux/common/clock_settime.c
libc/sysdeps/linux/common/cmsg_nxthdr.c
libc/sysdeps/linux/common/creat64.c
libc/sysdeps/linux/common/dup2.c
libc/sysdeps/linux/common/execve.c
libc/sysdeps/linux/common/fchdir.c
libc/sysdeps/linux/common/fork.c
libc/sysdeps/linux/common/fstat.c
libc/sysdeps/linux/common/fstat64.c
libc/sysdeps/linux/common/ftruncate.c
libc/sysdeps/linux/common/ftruncate64.c
libc/sysdeps/linux/common/getcwd.c
libc/sysdeps/linux/common/getdents64.c
libc/sysdeps/linux/common/getdirname.c
libc/sysdeps/linux/common/getdomainname.c
libc/sysdeps/linux/common/getdtablesize.c
libc/sysdeps/linux/common/getegid.c
libc/sysdeps/linux/common/geteuid.c
libc/sysdeps/linux/common/getgid.c
libc/sysdeps/linux/common/getgroups.c
libc/sysdeps/linux/common/gethostname.c
libc/sysdeps/linux/common/getpagesize.c
libc/sysdeps/linux/common/getpriority.c
libc/sysdeps/linux/common/getrlimit.c
libc/sysdeps/linux/common/getrlimit64.c
libc/sysdeps/linux/common/getsid.c
libc/sysdeps/linux/common/getuid.c
libc/sysdeps/linux/common/kill.c
libc/sysdeps/linux/common/llseek.c
libc/sysdeps/linux/common/lseek.c
libc/sysdeps/linux/common/lstat.c
libc/sysdeps/linux/common/lstat64.c
libc/sysdeps/linux/common/mkdir.c
libc/sysdeps/linux/common/mkfifo.c
libc/sysdeps/linux/common/mknod.c
libc/sysdeps/linux/common/mremap.c
libc/sysdeps/linux/common/munmap.c
libc/sysdeps/linux/common/nanosleep.c
libc/sysdeps/linux/common/nice.c
libc/sysdeps/linux/common/ntp_gettime.c
libc/sysdeps/linux/common/open64.c
libc/sysdeps/linux/common/pause.c
libc/sysdeps/linux/common/pipe.c
libc/sysdeps/linux/common/poll.c
libc/sysdeps/linux/common/ppoll.c
libc/sysdeps/linux/common/pread_write.c
libc/sysdeps/linux/common/pselect.c
libc/sysdeps/linux/common/readlink.c
libc/sysdeps/linux/common/rmdir.c
libc/sysdeps/linux/common/select.c
libc/sysdeps/linux/common/setegid.c
libc/sysdeps/linux/common/seteuid.c
libc/sysdeps/linux/common/setgroups.c
libc/sysdeps/linux/common/setitimer.c
libc/sysdeps/linux/common/setpgid.c
libc/sysdeps/linux/common/setpgrp.c
libc/sysdeps/linux/common/setpriority.c
libc/sysdeps/linux/common/setregid.c
libc/sysdeps/linux/common/setresgid.c
libc/sysdeps/linux/common/setresuid.c
libc/sysdeps/linux/common/setreuid.c
libc/sysdeps/linux/common/setrlimit.c
libc/sysdeps/linux/common/setrlimit64.c
libc/sysdeps/linux/common/setsid.c
libc/sysdeps/linux/common/settimeofday.c
libc/sysdeps/linux/common/sigqueue.c
libc/sysdeps/linux/common/sigsuspend.c
libc/sysdeps/linux/common/splice.c
libc/sysdeps/linux/common/ssp.c
libc/sysdeps/linux/common/stat.c
libc/sysdeps/linux/common/stat64.c
libc/sysdeps/linux/common/statfs.c
libc/sysdeps/linux/common/stime.c
libc/sysdeps/linux/common/times.c
libc/sysdeps/linux/common/truncate.c
libc/sysdeps/linux/common/truncate64.c
libc/sysdeps/linux/common/ulimit.c
libc/sysdeps/linux/common/uname.c
libc/sysdeps/linux/common/unlink.c
libc/sysdeps/linux/common/utime.c
libc/sysdeps/linux/common/utimes.c
libc/sysdeps/linux/common/vfork.c
libc/sysdeps/linux/common/vmsplice.c
libc/sysdeps/linux/common/wait.c
libc/sysdeps/linux/common/wait3.c
libc/sysdeps/linux/common/wait4.c
libc/sysdeps/linux/common/waitid.c
libc/sysdeps/linux/common/waitpid.c
libc/sysdeps/linux/cris/fork.c
libc/sysdeps/linux/e1/vfork.c
libc/sysdeps/linux/frv/fstat64.c
libc/sysdeps/linux/frv/lstat64.c
libc/sysdeps/linux/frv/stat64.c
libc/sysdeps/linux/powerpc/ioctl.c
libc/sysdeps/linux/powerpc/pread_write.c
libc/sysdeps/linux/sh/pipe.c
libc/sysdeps/linux/x86_64/sys/io.h
libc/sysdeps/linux/xtensa/pread_write.c
libc/termios/cfsetspeed.c
libc/termios/isatty.c
libc/termios/speed.c
libc/termios/tcgetattr.c
libc/termios/tcgetpgrp.c
libc/termios/tcgetsid.c
libc/termios/tcsetattr.c
libc/termios/ttyname.c
libc/unistd/daemon.c
libc/unistd/exec.c
libc/unistd/getlogin.c
libc/unistd/getopt-susv3.c
libc/unistd/getopt_long-simple.c
libc/unistd/getpass.c
libc/unistd/sleep.c
libc/unistd/sysconf.c
libc/unistd/ualarm.c
libc/unistd/usershell.c
libc/unistd/usleep.c