OSDN Git Service

drop support for pre ISO-C compilers
authorMike Frysinger <vapier@gentoo.org>
Sun, 18 Nov 2012 11:17:03 +0000 (06:17 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 18 Nov 2012 11:17:03 +0000 (06:17 -0500)
commit290e19f8147d9b3c0166d3520e718ae5603e4cef
tree3c77d58f8cd8115b861809560e644699341c14ee
parent266bdc1f623fe6fe489e5115e0f8ef723705d949
drop support for pre ISO-C compilers

This drops __signed, __volatile, and __const.  Only the latter was
used in the code base, and for uClibc, not consistently.  Much of
the code used plain "const" which meant "__const" was useless.

Really, the point of this is to stay in sync with what glibc did.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
108 files changed:
include/arpa/inet.h
include/assert.h
include/crypt.h
include/dirent.h
include/dlfcn.h
include/err.h
include/execinfo.h
include/fcntl.h
include/fenv.h
include/fnmatch.h
include/ftw.h
include/glob.h
include/grp.h
include/iconv.h
include/inttypes.h
include/libintl.h
include/locale.h
include/mntent.h
include/net/if.h
include/netdb.h
include/netinet/ether.h
include/netinet/in.h
include/nl_types.h
include/printf.h
include/pwd.h
include/regexp.h
include/rpc/auth.h
include/rpc/auth_des.h
include/rpc/clnt.h
include/rpc/netdb.h
include/rpc/pmap_clnt.h
include/rpc/xdr.h
include/sched.h
include/search.h
include/sgtty.h
include/shadow.h
include/signal.h
include/stdio.h
include/stdlib.h
include/string.h
include/strings.h
include/sys/cdefs.h
include/sys/ipc.h
include/sys/mman.h
include/sys/mount.h
include/sys/msg.h
include/sys/poll.h
include/sys/resource.h
include/sys/sem.h
include/sys/shm.h
include/sys/socket.h
include/sys/stat.h
include/sys/statfs.h
include/sys/statvfs.h
include/sys/swap.h
include/sys/syslog.h
include/sys/time.h
include/sys/uio.h
include/sys/wait.h
include/sys/xattr.h
include/termios.h
include/time.h
include/ttyent.h
include/unistd.h
include/utime.h
include/utmp.h
include/utmpx.h
include/wchar.h
include/wctype.h
include/wordexp.h
ldso/include/dlfcn.h
libc/misc/search/_tsearch.c
libc/stdio/_scanf.c
libc/stdlib/stdlib.c
libc/sysdeps/linux/alpha/bits/fenv.h
libc/sysdeps/linux/alpha/sys/acct.h
libc/sysdeps/linux/bfin/sys/cachectl.h
libc/sysdeps/linux/common/bits/fenv.h
libc/sysdeps/linux/common/bits/mathcalls.h
libc/sysdeps/linux/common/bits/sigset.h
libc/sysdeps/linux/common/bits/sigthread.h
libc/sysdeps/linux/common/bits/uClibc_pthread.h
libc/sysdeps/linux/common/bits/uClibc_stdio.h
libc/sysdeps/linux/common/epoll.c
libc/sysdeps/linux/common/futimens.c
libc/sysdeps/linux/common/sys/acct.h
libc/sysdeps/linux/i386/bits/fenv.h
libc/sysdeps/linux/ia64/bits/fenv.h
libc/sysdeps/linux/m68k/bits/fenv.h
libc/sysdeps/linux/mips/bits/fenv.h
libc/sysdeps/linux/mips/sys/cachectl.h
libc/sysdeps/linux/mips/sys/sysmips.h
libc/sysdeps/linux/powerpc/fenv.h
libc/sysdeps/linux/sparc/bits/fenv.h
libc/sysdeps/linux/x86_64/bits/fenv.h
libc/unistd/exec.c
libpthread/linuxthreads.old/internals.h
libpthread/linuxthreads.old/semaphore.h
libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-lock.h
libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
libpthread/linuxthreads/internals.h
libpthread/linuxthreads/semaphore.h
libpthread/linuxthreads/sysdeps/pthread/bits/libc-lock.h
libpthread/linuxthreads/sysdeps/pthread/pthread.h
libpthread/nptl/pthreadP.h
libpthread/nptl/semaphore.h
libpthread/nptl/sysdeps/pthread/bits/libc-lock.h
libpthread/nptl/sysdeps/pthread/pthread.h