mirror of git://sourceware.org/git/glibc.git
* sysdeps/i386/fpu/ftestexcept.c: Also check SSE status word. * include/signal.h: Use libc_hidden_proto for sigaddset and sigdelset. * signal/sigaddset.c: Add libc_hidden_def. * signal/sigdelset.c: Likewise. 2003-04-29 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/i486/string-inlines.c (__memcpy_g, __strchr_g): Move to the end of the file. * configure.in: Change __oline__ to $LINENO. (HAVE_BUILTIN_REDIRECTION): New check. * config.h.in (HAVE_BUILTIN_REDIRECTION): Add. * include/libc-symbols.h (libc_hidden_builtin_proto, libc_hidden_builtin_def, libc_hidden_builtin_weak, libc_hidden_builtin_ver): Define. * include/string.h (memchr, memcpy, memmove, memset, strcat, strchr, strcmp, strcpy, strcspn, strlen, strncmp, strncpy, strpbrk, strrchr, strspn, strstr): Add libc_hidden_builtin_proto. * intl/plural.y: Include string.h. * sysdeps/alpha/alphaev6/memchr.S (memchr): Add libc_hidden_builtin_def. * sysdeps/alpha/alphaev6/memcpy.S (memcpy): Likewise. * sysdeps/alpha/alphaev6/memset.S (memset): Likewise. * sysdeps/alpha/alphaev67/strcat.S (strcat): Likewise. * sysdeps/alpha/alphaev67/strchr.S (strchr): Likewise. * sysdeps/alpha/alphaev67/strlen.S (strlen): Likewise. * sysdeps/alpha/alphaev67/strrchr.S (strrchr): Likewise. * sysdeps/alpha/memchr.S (memchr): Likewise. * sysdeps/alpha/memset.S (memset): Likewise. * sysdeps/alpha/strcat.S (strcat): Likewise. * sysdeps/alpha/strchr.S (strchr): Likewise. * sysdeps/alpha/strcmp.S (strcmp): Likewise. * sysdeps/alpha/strcpy.S (strcpy): Likewise. * sysdeps/alpha/strlen.S (strlen): Likewise. * sysdeps/alpha/strncmp.S (strncmp): Likewise. * sysdeps/alpha/strncpy.S (strncpy): Likewise. * sysdeps/alpha/strrchr.S (strrchr): Likewise. * sysdeps/arm/memset.S (memset): Likewise. * sysdeps/arm/strlen.S (strlen): Likewise. * sysdeps/generic/memchr.c (memchr): Likewise. * sysdeps/generic/memcpy.c (memcpy): Likewise. * sysdeps/generic/memmove.c (memmove): Likewise. * sysdeps/generic/memset.c (memset): Likewise. * sysdeps/generic/strcat.c (strcat): Likewise. * sysdeps/generic/strchr.c (strchr): Likewise. * sysdeps/generic/strcmp.c (strcmp): Likewise. * sysdeps/generic/strcpy.c (strcpy): Likewise. * sysdeps/generic/strcspn.c (strcspn): Likewise. * sysdeps/generic/strlen.c (strlen): Likewise. * sysdeps/generic/strncmp.c (strncmp): Likewise. * sysdeps/generic/strncpy.c (strncpy): Likewise. * sysdeps/generic/strpbrk.c (strpbrk): Likewise. * sysdeps/generic/strrchr.c (strrchr): Likewise. * sysdeps/generic/strspn.c (strspn): Likewise. * sysdeps/generic/strstr.c (strstr): Likewise. * sysdeps/i386/i486/strcat.S (strcat): Likewise. * sysdeps/i386/i486/strlen.S (strlen): Likewise. * sysdeps/i386/i586/memcpy.S (memcpy): Likewise. * sysdeps/i386/i586/memset.S (memset): Likewise. * sysdeps/i386/i586/strchr.S (strchr): Likewise. * sysdeps/i386/i586/strcpy.S (strcpy): Likewise. * sysdeps/i386/i586/strlen.S (strlen): Likewise. * sysdeps/i386/i686/memcpy.S (memcpy): Likewise. * sysdeps/i386/i686/memmove.S (memmove): Likewise. * sysdeps/i386/i686/memset.S (memset): Likewise. * sysdeps/i386/i686/strcmp.S (strcmp): Likewise. * sysdeps/i386/memchr.S (memchr): Likewise. * sysdeps/i386/memset.c (memset): Likewise. * sysdeps/i386/strchr.S (strchr): Likewise. * sysdeps/i386/strcspn.S (strcspn): Likewise. * sysdeps/i386/strlen.c (strlen): Likewise. * sysdeps/i386/strpbrk.S (strpbrk): Likewise. * sysdeps/i386/strrchr.S (strrchr): Likewise. * sysdeps/i386/strspn.S (strspn): Likewise. * sysdeps/ia64/memchr.S (memchr): Likewise. * sysdeps/ia64/memcpy.S (memcpy): Likewise. * sysdeps/ia64/memmove.S (memmove): Likewise. * sysdeps/ia64/memset.S (memset): Likewise. * sysdeps/ia64/strcat.S (strcat): Likewise. * sysdeps/ia64/strchr.S (strchr): Likewise. * sysdeps/ia64/strcmp.S (strcmp): Likewise. * sysdeps/ia64/strcpy.S (strcpy): Likewise. * sysdeps/ia64/strlen.S (strlen): Likewise. * sysdeps/ia64/strncmp.S (strncmp): Likewise. * sysdeps/ia64/strncpy.S (strncpy): Likewise. * sysdeps/m68k/memchr.S (memchr): Likewise. * sysdeps/m68k/strchr.S (strchr): Likewise. * sysdeps/mips/mips64/memcpy.S (memcpy): Likewise. * sysdeps/mips/mips64/memset.S (memset): Likewise. * sysdeps/mips/memcpy.S (memcpy): Likewise. * sysdeps/mips/memset.S (memset): Likewise. * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise. * sysdeps/powerpc/powerpc32/strchr.S (strchr): Likewise. * sysdeps/powerpc/powerpc32/strcmp.S (strcmp): Likewise. * sysdeps/powerpc/powerpc32/strcpy.S (strcpy): Likewise. * sysdeps/powerpc/powerpc32/strlen.S (strlen): Likewise. * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise. * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise. * sysdeps/powerpc/powerpc64/strchr.S (strchr): Likewise. * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Likewise. * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Likewise. * sysdeps/powerpc/powerpc64/strlen.S (strlen): Likewise. * sysdeps/powerpc/strcat.c (strcat): Likewise. * sysdeps/sparc/sparc32/memchr.S (memchr): Likewise. * sysdeps/sparc/sparc32/memcpy.S (memcpy): Likewise. * sysdeps/sparc/sparc32/memset.S (memset): Likewise. * sysdeps/sparc/sparc32/strcat.S (strcat): Likewise. * sysdeps/sparc/sparc32/strchr.S (strchr, strrchr): Likewise. * sysdeps/sparc/sparc32/strcmp.S (strcmp): Likewise. * sysdeps/sparc/sparc32/strcpy.S (strcpy): Likewise. * sysdeps/sparc/sparc32/strlen.S (strlen): Likewise. * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy, memmove): Likewise. * sysdeps/sparc/sparc64/memchr.S (memchr): Likewise. * sysdeps/sparc/sparc64/memcpy.S (memcpy, memmove): Likewise. * sysdeps/sparc/sparc64/memset.S (memset): Likewise. * sysdeps/sparc/sparc64/strcat.S (strcat): Likewise. * sysdeps/sparc/sparc64/strchr.S (strchr, strrchr): Likewise. * sysdeps/sparc/sparc64/strcmp.S (strcmp): Likewise. * sysdeps/sparc/sparc64/strcpy.S (strcpy): Likewise. * sysdeps/sparc/sparc64/strcspn.S (strcspn): Likewise. * sysdeps/sparc/sparc64/strlen.S (strlen): Likewise. * sysdeps/sparc/sparc64/strncmp.S (strncmp): Likewise. * sysdeps/sparc/sparc64/strncpy.S (strncpy): Likewise. * sysdeps/sparc/sparc64/strpbrk.S (strpbrk): Likewise. * sysdeps/sparc/sparc64/strspn.S (strspn): Likewise. * sysdeps/sh/memcpy.S (memcpy): Likewise. * sysdeps/sh/memset.S (memset): Likewise. * sysdeps/sh/strlen.S (strlen): Likewise. * sysdeps/s390/s390-32/memchr.S (memchr): Likewise. * sysdeps/s390/s390-32/memcpy.S (memcpy): Likewise. * sysdeps/s390/s390-32/memset.S (memset): Likewise. * sysdeps/s390/s390-32/strcmp.S (strcmp): Likewise. * sysdeps/s390/s390-32/strcpy.S (strcpy): Likewise. * sysdeps/s390/s390-32/strncpy.S (strncpy): Likewise. * sysdeps/s390/s390-64/memchr.S (memchr): Likewise. * sysdeps/s390/s390-64/memcpy.S (memcpy): Likewise. * sysdeps/s390/s390-64/memset.S (memset): Likewise. * sysdeps/s390/s390-64/strcmp.S (strcmp): Likewise. * sysdeps/s390/s390-64/strcpy.S (strcpy): Likewise. * sysdeps/s390/s390-64/strncpy.S (strncpy): Likewise. * sysdeps/x86_64/memcpy.S (memcpy): Likewise. * sysdeps/x86_64/memset.S (memset): Likewise. * sysdeps/x86_64/strcat.S (strcat): Likewise. * sysdeps/x86_64/strchr.S (strchr): Likewise. * sysdeps/x86_64/strcmp.S (strcmp): Likewise. * sysdeps/x86_64/strcpy.S (strcpy): Likewise. * sysdeps/x86_64/strcspn.S (strcspn): Likewise. * sysdeps/x86_64/strlen.S (strlen): Likewise. * sysdeps/x86_64/strspn.S (strspn): Likewise. * string/string-inlines.c: Move... * sysdeps/generic/string-inlines.c: ...here. (__memcpy_g, __strchr_g): Remove. (__NO_INLINE__): Define before including <string.h>, undefine after. Include bits/string.h and bits/string2.h. * sysdeps/i386/i486/string-inlines.c: New file. * sysdeps/i386/string-inlines.c: New file. * sysdeps/i386/i486/Versions: Remove. All GLIBC_2.1.1 symbols moved... * sysdeps/i386/Versions (libc): ...here. 2003-04-29 Ulrich Drepper <drepper@redhat.com> |
||
|---|---|---|
| .. | ||
| bits | ||
| elf | ||
| net | ||
| netinet | ||
| sys | ||
| Dist | ||
| Makefile | ||
| _G_config.h | ||
| __longjmp.c | ||
| _exit.c | ||
| _strerror.c | ||
| a.out.h | ||
| abort-instr.h | ||
| abort.c | ||
| accept.c | ||
| access.c | ||
| acct.c | ||
| add_n.c | ||
| addmul_1.c | ||
| adjtime.c | ||
| aio_cancel.c | ||
| aio_fsync.c | ||
| aio_misc.c | ||
| aio_misc.h | ||
| aio_notify.c | ||
| aio_read.c | ||
| aio_read64.c | ||
| aio_sigqueue.c | ||
| aio_suspend.c | ||
| aio_write.c | ||
| aio_write64.c | ||
| alarm.c | ||
| allocalim.h | ||
| allocrtsig.c | ||
| alphasort64.c | ||
| asm-syntax.h | ||
| atomicity.h | ||
| backtrace.c | ||
| backtracesyms.c | ||
| backtracesymsfd.c | ||
| bb_init_func.c | ||
| bcopy.c | ||
| bind.c | ||
| bp-checks.h | ||
| bp-semctl.h | ||
| bp-start.h | ||
| bp-sym.h | ||
| bp-thunks.h | ||
| brdinit.c | ||
| brk.c | ||
| bsd-_setjmp.c | ||
| bsd-setjmp.c | ||
| bzero.c | ||
| chdir.c | ||
| check_fds.c | ||
| chflags.c | ||
| chmod.c | ||
| chown.c | ||
| chroot.c | ||
| clock.c | ||
| clock_getcpuclockid.c | ||
| clock_getres.c | ||
| clock_gettime.c | ||
| clock_nanosleep.c | ||
| clock_settime.c | ||
| close.c | ||
| closedir.c | ||
| cmp.c | ||
| configure | ||
| configure.in | ||
| confstr.h | ||
| connect.c | ||
| console.c | ||
| creat.c | ||
| creat64.c | ||
| ctermid.c | ||
| cuserid.c | ||
| dbl2mpn.c | ||
| det_endian.c | ||
| device-nrs.h | ||
| dirfd.c | ||
| dirstream.h | ||
| div.c | ||
| divmod_1.c | ||
| divrem.c | ||
| dl-brk.c | ||
| dl-cache.c | ||
| dl-cache.h | ||
| dl-dtprocnum.h | ||
| dl-environ.c | ||
| dl-hash.h | ||
| dl-iteratephdr-static.c | ||
| dl-librecon.h | ||
| dl-lookupcfg.h | ||
| dl-machine.h | ||
| dl-origin.c | ||
| dl-osinfo.h | ||
| dl-procinfo.c | ||
| dl-procinfo.h | ||
| dl-sbrk.c | ||
| dl-sysdep.c | ||
| dl-sysdep.h | ||
| dl-tls.c | ||
| dl-tls.h | ||
| dup.c | ||
| dup2.c | ||
| dwarf2.h | ||
| e_acoshl.c | ||
| e_acosl.c | ||
| e_asinl.c | ||
| e_atan2l.c | ||
| e_atanhl.c | ||
| e_coshl.c | ||
| e_exp2l.c | ||
| e_exp10.c | ||
| e_exp10f.c | ||
| e_exp10l.c | ||
| e_expl.c | ||
| e_fmodl.c | ||
| e_gammal_r.c | ||
| e_hypotl.c | ||
| e_j0l.c | ||
| e_j1l.c | ||
| e_jnl.c | ||
| e_lgammal_r.c | ||
| e_log2l.c | ||
| e_log10l.c | ||
| e_logl.c | ||
| e_powl.c | ||
| e_rem_pio2l.c | ||
| e_scalb.c | ||
| e_scalbf.c | ||
| e_scalbl.c | ||
| e_sinhl.c | ||
| e_sqrtl.c | ||
| enbl-secure.c | ||
| endutxent.c | ||
| entry.h | ||
| environ.c | ||
| errlist.c | ||
| errno-loc.c | ||
| errno.c | ||
| errqueue.h | ||
| euidaccess.c | ||
| exc2signal.c | ||
| execve.c | ||
| fattach.c | ||
| fchdir.c | ||
| fchflags.c | ||
| fchmod.c | ||
| fchown.c | ||
| fclrexcpt.c | ||
| fcntl.c | ||
| fd_to_filename.h | ||
| fdatasync.c | ||
| fdetach.c | ||
| fedisblxcpt.c | ||
| feenablxcpt.c | ||
| fegetenv.c | ||
| fegetexcept.c | ||
| fegetround.c | ||
| feholdexcpt.c | ||
| fesetenv.c | ||
| fesetround.c | ||
| feupdateenv.c | ||
| fexecve.c | ||
| ffs.c | ||
| ffsll.c | ||
| fgetexcptflg.c | ||
| fgetxattr.c | ||
| flistxattr.c | ||
| flock.c | ||
| flockfile.c | ||
| fork.c | ||
| fork.h | ||
| fpathconf.c | ||
| fpu_control.c | ||
| fpu_control.h | ||
| fraiseexcpt.c | ||
| frame.h | ||
| framestate.c | ||
| fremovexattr.c | ||
| fsetexcptflg.c | ||
| fsetxattr.c | ||
| fstatfs.c | ||
| fstatfs64.c | ||
| fstatvfs.c | ||
| fstatvfs64.c | ||
| fsync.c | ||
| ftestexcept.c | ||
| ftime.c | ||
| ftruncate.c | ||
| ftruncate64.c | ||
| ftrylockfile.c | ||
| funlockfile.c | ||
| futimes.c | ||
| fxstat.c | ||
| fxstat64.c | ||
| gai_sigqueue.c | ||
| gai_strerror.c | ||
| gccframe.h | ||
| get_clockfreq.c | ||
| getaddrinfo.c | ||
| getclktck.c | ||
| getcontext.c | ||
| getcwd.c | ||
| getdents.c | ||
| getdents64.c | ||
| getdomain.c | ||
| getdtsz.c | ||
| getegid.c | ||
| getenv.c | ||
| geteuid.c | ||
| getgid.c | ||
| getgroups.c | ||
| gethostid.c | ||
| gethostname.c | ||
| getitimer.c | ||
| getloadavg.c | ||
| getlogin.c | ||
| getlogin_r.c | ||
| getmsg.c | ||
| getpagesize.c | ||
| getpeername.c | ||
| getpgid.c | ||
| getpgrp.c | ||
| getpid.c | ||
| getpmsg.c | ||
| getppid.c | ||
| getpriority.c | ||
| getpt.c | ||
| getresgid.c | ||
| getresuid.c | ||
| getrlimit.c | ||
| getrlimit64.c | ||
| getrusage.c | ||
| getsid.c | ||
| getsockname.c | ||
| getsockopt.c | ||
| getsysstats.c | ||
| gettimeofday.c | ||
| getuid.c | ||
| getutmp.c | ||
| getutmpx.c | ||
| getutxent.c | ||
| getutxid.c | ||
| getutxline.c | ||
| getxattr.c | ||
| glob.c | ||
| glob64.c | ||
| gmp-mparam.h | ||
| grantpt.c | ||
| group_member.c | ||
| gtty.c | ||
| herrno-loc.c | ||
| hp-timing.h | ||
| htonl.c | ||
| htons.c | ||
| if_index.c | ||
| ifaddrs.c | ||
| ifreq.h | ||
| init-first.c | ||
| init-posix.c | ||
| initfini.c | ||
| inlines.c | ||
| intr-msg.h | ||
| inttypes.h | ||
| ioctl.c | ||
| isastream.c | ||
| isatty.c | ||
| isfdtype.c | ||
| jmp-unwind.c | ||
| k_cosl.c | ||
| k_rem_pio2l.c | ||
| k_sincosl.c | ||
| k_sinl.c | ||
| k_tanl.c | ||
| kill.c | ||
| killpg.c | ||
| labs.c | ||
| lchmod.c | ||
| lchown.c | ||
| ldbl2mpn.c | ||
| ldconfig.h | ||
| ldiv.c | ||
| ldsodefs.h | ||
| lgetxattr.c | ||
| libc-start.c | ||
| libc-tls.c | ||
| libc_fatal.c | ||
| libm-test-ulps | ||
| link.c | ||
| lio_listio.c | ||
| lio_listio64.c | ||
| listen.c | ||
| listxattr.c | ||
| llabs.c | ||
| lldiv.c | ||
| llistxattr.c | ||
| lockf.c | ||
| lockf64.c | ||
| longjmp-ts.c | ||
| longjmp.c | ||
| lremovexattr.c | ||
| lseek.c | ||
| lseek64.c | ||
| lsetxattr.c | ||
| lshift.c | ||
| lutimes.c | ||
| lxstat.c | ||
| lxstat64.c | ||
| machine-gmon.h | ||
| machine-lock.h | ||
| machine-sp.h | ||
| madvise.c | ||
| makecontext.c | ||
| math_ldbl.h | ||
| memccpy.c | ||
| memchr.c | ||
| memcmp.c | ||
| memcopy.h | ||
| memcpy.c | ||
| memmem.c | ||
| memmove.c | ||
| mempcpy.c | ||
| memrchr.c | ||
| memset.c | ||
| memusage.h | ||
| mig-reply.c | ||
| mincore.c | ||
| mkdir.c | ||
| mkfifo.c | ||
| mknod.c | ||
| mlock.c | ||
| mlockall.c | ||
| mmap.c | ||
| mmap64.c | ||
| mod_1.c | ||
| morecore.c | ||
| mp_clz_tab.c | ||
| mpn2dbl.c | ||
| mpn2flt.c | ||
| mpn2ldbl.c | ||
| mprotect.c | ||
| msgctl.c | ||
| msgget.c | ||
| msgrcv.c | ||
| msgsnd.c | ||
| msync.c | ||
| mul.c | ||
| mul_1.c | ||
| mul_n.c | ||
| munlock.c | ||
| munlockall.c | ||
| munmap.c | ||
| nanosleep.c | ||
| nice.c | ||
| not-cancel.h | ||
| nscd-types.h | ||
| open.c | ||
| open64.c | ||
| opendir.c | ||
| opensock.c | ||
| pagecopy.h | ||
| pathconf.c | ||
| paths.h | ||
| pause.c | ||
| pipe.c | ||
| poll.c | ||
| posix_fadvise.c | ||
| posix_fadvise64.c | ||
| posix_fallocate.c | ||
| posix_fallocate64.c | ||
| pread.c | ||
| pread64.c | ||
| printf_fphex.c | ||
| prof-freq.c | ||
| profil-counter.h | ||
| profil.c | ||
| pselect.c | ||
| ptrace.c | ||
| ptsname.c | ||
| pty-private.h | ||
| putenv.c | ||
| putmsg.c | ||
| putpmsg.c | ||
| pututxline.c | ||
| pwrite.c | ||
| pwrite64.c | ||
| raise.c | ||
| rawmemchr.c | ||
| read.c | ||
| readdir.c | ||
| readdir64.c | ||
| readdir64_r.c | ||
| readdir_r.c | ||
| readelflib.c | ||
| readlink.c | ||
| readv.c | ||
| reboot.c | ||
| recv.c | ||
| recvfrom.c | ||
| recvmsg.c | ||
| register-dump.h | ||
| remap_file_pages.c | ||
| remove.c | ||
| removexattr.c | ||
| rename.c | ||
| res-state.c | ||
| revoke.c | ||
| rewinddir.c | ||
| rmdir.c | ||
| rshift.c | ||
| s_asinhl.c | ||
| s_atanl.c | ||
| s_cacos.c | ||
| s_cacosf.c | ||
| s_cacosh.c | ||
| s_cacoshf.c | ||
| s_cacoshl.c | ||
| s_cacosl.c | ||
| s_casin.c | ||
| s_casinf.c | ||
| s_casinh.c | ||
| s_casinhf.c | ||
| s_casinhl.c | ||
| s_casinl.c | ||
| s_catan.c | ||
| s_catanf.c | ||
| s_catanh.c | ||
| s_catanhf.c | ||
| s_catanhl.c | ||
| s_catanl.c | ||
| s_cbrtl.c | ||
| s_ccos.c | ||
| s_ccosf.c | ||
| s_ccosh.c | ||
| s_ccoshf.c | ||
| s_ccoshl.c | ||
| s_ccosl.c | ||
| s_cexp.c | ||
| s_cexpf.c | ||
| s_cexpl.c | ||
| s_clog.c | ||
| s_clog10.c | ||
| s_clog10f.c | ||
| s_clog10l.c | ||
| s_clogf.c | ||
| s_clogl.c | ||
| s_cpow.c | ||
| s_cpowf.c | ||
| s_cpowl.c | ||
| s_cproj.c | ||
| s_cprojf.c | ||
| s_cprojl.c | ||
| s_csin.c | ||
| s_csinf.c | ||
| s_csinh.c | ||
| s_csinhf.c | ||
| s_csinhl.c | ||
| s_csinl.c | ||
| s_csqrt.c | ||
| s_csqrtf.c | ||
| s_csqrtl.c | ||
| s_ctan.c | ||
| s_ctanf.c | ||
| s_ctanh.c | ||
| s_ctanhf.c | ||
| s_ctanhl.c | ||
| s_ctanl.c | ||
| s_erfl.c | ||
| s_expm1l.c | ||
| s_fdim.c | ||
| s_fdimf.c | ||
| s_fdiml.c | ||
| s_fma.c | ||
| s_fmaf.c | ||
| s_fmal.c | ||
| s_fmax.c | ||
| s_fmaxf.c | ||
| s_fmaxl.c | ||
| s_fmin.c | ||
| s_fminf.c | ||
| s_fminl.c | ||
| s_ldexp.c | ||
| s_ldexpf.c | ||
| s_ldexpl.c | ||
| s_log1pl.c | ||
| s_nan.c | ||
| s_nanf.c | ||
| s_nanl.c | ||
| s_nextafter.c | ||
| s_nexttowardf.c | ||
| s_nexttowardl.c | ||
| s_significand.c | ||
| s_significandf.c | ||
| s_significandl.c | ||
| s_tanhl.c | ||
| sbrk.c | ||
| scandir64.c | ||
| sched_getaffinity.c | ||
| sched_getp.c | ||
| sched_gets.c | ||
| sched_primax.c | ||
| sched_primin.c | ||
| sched_rr_gi.c | ||
| sched_setaffinity.c | ||
| sched_setp.c | ||
| sched_sets.c | ||
| sched_yield.c | ||
| seekdir.c | ||
| segfault.c | ||
| select.c | ||
| semctl.c | ||
| semget.c | ||
| semop.c | ||
| semtimedop.c | ||
| send.c | ||
| sendfile.c | ||
| sendfile64.c | ||
| sendmsg.c | ||
| sendto.c | ||
| setcontext.c | ||
| setdomain.c | ||
| setegid.c | ||
| setenv.c | ||
| seteuid.c | ||
| setfpucw.c | ||
| setgid.c | ||
| setgroups.c | ||
| sethostid.c | ||
| sethostname.c | ||
| setitimer.c | ||
| setjmp.c | ||
| setlogin.c | ||
| setpgid.c | ||
| setpgrp.c | ||
| setpriority.c | ||
| setregid.c | ||
| setresgid.c | ||
| setresuid.c | ||
| setreuid.c | ||
| setrlimit.c | ||
| setrlimit64.c | ||
| setsid.c | ||
| setsockopt.c | ||
| settimeofday.c | ||
| setuid.c | ||
| setutxent.c | ||
| setxattr.c | ||
| shm_open.c | ||
| shm_unlink.c | ||
| shmat.c | ||
| shmctl.c | ||
| shmdt.c | ||
| shmget.c | ||
| shutdown.c | ||
| sigaction.c | ||
| sigaltstack.c | ||
| sigblock.c | ||
| sigcontextinfo.h | ||
| sigfillset.c | ||
| sigignore.c | ||
| sigintr.c | ||
| sigjmp.c | ||
| siglist.c | ||
| siglist.h | ||
| signal.c | ||
| signame.c | ||
| signame.h | ||
| sigpause.c | ||
| sigpending.c | ||
| sigprocmask.c | ||
| sigqueue.c | ||
| sigreturn.c | ||
| sigset-cvt-mask.h | ||
| sigset.c | ||
| sigsetmask.c | ||
| sigstack.c | ||
| sigsuspend.c | ||
| sigtimedwait.c | ||
| sigvec.c | ||
| sigwait.c | ||
| sigwaitinfo.c | ||
| sleep.c | ||
| sockatmark.c | ||
| socket.c | ||
| socketpair.c | ||
| spawni.c | ||
| speed.c | ||
| sprofil.c | ||
| sstk.c | ||
| stackinfo.h | ||
| start.c | ||
| statfs.c | ||
| statfs64.c | ||
| statvfs.c | ||
| statvfs64.c | ||
| stdint.h | ||
| stime.c | ||
| stpcpy.c | ||
| stpncpy.c | ||
| strcasecmp.c | ||
| strcasecmp_l.c | ||
| strcasestr.c | ||
| strcat.c | ||
| strchr.c | ||
| strchrnul.c | ||
| strcmp.c | ||
| strcpy.c | ||
| strcspn.c | ||
| string-inlines.c | ||
| strlen.c | ||
| strncase.c | ||
| strncase_l.c | ||
| strncat.c | ||
| strncmp.c | ||
| strncpy.c | ||
| strnlen.c | ||
| strpbrk.c | ||
| strrchr.c | ||
| strsep.c | ||
| strspn.c | ||
| strstr.c | ||
| strtoimax.c | ||
| strtok.c | ||
| strtok_r.c | ||
| strtol.c | ||
| strtol_l.c | ||
| strtold.c | ||
| strtoll.c | ||
| strtoll_l.c | ||
| strtoul.c | ||
| strtoul_l.c | ||
| strtoull.c | ||
| strtoull_l.c | ||
| strtoumax.c | ||
| strtsupp.c | ||
| stty.c | ||
| sub_n.c | ||
| submul_1.c | ||
| swapcontext.c | ||
| swapoff.c | ||
| swapon.c | ||
| symlink.c | ||
| sync.c | ||
| syscall.c | ||
| sysconf.c | ||
| sysdep-cancel.h | ||
| sysdep.c | ||
| sysdep.h | ||
| system.c | ||
| sysv_signal.c | ||
| t_sincosl.c | ||
| tcdrain.c | ||
| tcflow.c | ||
| tcflush.c | ||
| tcgetattr.c | ||
| tcgetpgrp.c | ||
| tcsendbrk.c | ||
| tcsetattr.c | ||
| tcsetpgrp.c | ||
| telldir.c | ||
| tempname.c | ||
| testrtsig.h | ||
| thread_state.h | ||
| time.c | ||
| timer_create.c | ||
| timer_delete.c | ||
| timer_getoverr.c | ||
| timer_gettime.c | ||
| timer_settime.c | ||
| times.c | ||
| tls.h | ||
| tmpfile.c | ||
| tmpfile64.c | ||
| trampoline.c | ||
| truncate.c | ||
| truncate64.c | ||
| tst-timer.c | ||
| ttyname.c | ||
| ttyname_r.c | ||
| ualarm.c | ||
| udiv_qrnnd.c | ||
| ulimit.c | ||
| umask.c | ||
| uname.c | ||
| unlink.c | ||
| unlockpt.c | ||
| unsecvars.h | ||
| unwind-dw2-fde-glibc.c | ||
| unwind-dw2-fde.c | ||
| unwind-dw2-fde.h | ||
| unwind-dw2.c | ||
| unwind-pe.h | ||
| unwind.h | ||
| updwtmp.c | ||
| updwtmpx.c | ||
| usleep.c | ||
| ustat.c | ||
| utime.c | ||
| utimes.c | ||
| utmp-equal.h | ||
| utmp_file.c | ||
| utmpxname.c | ||
| versionsort64.c | ||
| vfork.c | ||
| vhangup.c | ||
| vlimit.c | ||
| vtimes.c | ||
| w_acos.c | ||
| w_acosf.c | ||
| w_acosh.c | ||
| w_acoshf.c | ||
| w_acoshl.c | ||
| w_acosl.c | ||
| w_asin.c | ||
| w_asinf.c | ||
| w_asinl.c | ||
| w_atan2.c | ||
| w_atan2f.c | ||
| w_atan2l.c | ||
| w_atanh.c | ||
| w_atanhf.c | ||
| w_atanhl.c | ||
| w_cosh.c | ||
| w_coshf.c | ||
| w_coshl.c | ||
| w_drem.c | ||
| w_dremf.c | ||
| w_dreml.c | ||
| w_exp2.c | ||
| w_exp2f.c | ||
| w_exp2l.c | ||
| w_exp10.c | ||
| w_exp10f.c | ||
| w_exp10l.c | ||
| w_expl.c | ||
| w_fmod.c | ||
| w_fmodf.c | ||
| w_fmodl.c | ||
| w_hypot.c | ||
| w_hypotf.c | ||
| w_hypotl.c | ||
| w_j0.c | ||
| w_j0f.c | ||
| w_j0l.c | ||
| w_j1.c | ||
| w_j1f.c | ||
| w_j1l.c | ||
| w_jn.c | ||
| w_jnf.c | ||
| w_jnl.c | ||
| w_lgamma.c | ||
| w_lgamma_r.c | ||
| w_lgammaf.c | ||
| w_lgammaf_r.c | ||
| w_lgammal.c | ||
| w_lgammal_r.c | ||
| w_log.c | ||
| w_log2.c | ||
| w_log2f.c | ||
| w_log2l.c | ||
| w_log10.c | ||
| w_log10f.c | ||
| w_log10l.c | ||
| w_logf.c | ||
| w_logl.c | ||
| w_pow.c | ||
| w_powf.c | ||
| w_powl.c | ||
| w_remainder.c | ||
| w_remainderf.c | ||
| w_remainderl.c | ||
| w_scalb.c | ||
| w_scalbf.c | ||
| w_scalbl.c | ||
| w_sinh.c | ||
| w_sinhf.c | ||
| w_sinhl.c | ||
| w_sqrt.c | ||
| w_sqrtf.c | ||
| w_sqrtl.c | ||
| w_tgamma.c | ||
| w_tgammaf.c | ||
| w_tgammal.c | ||
| wait.c | ||
| wait3.c | ||
| wait4.c | ||
| waitid.c | ||
| waitpid.c | ||
| wcstoimax.c | ||
| wcstol.c | ||
| wcstol_l.c | ||
| wcstoll.c | ||
| wcstoll_l.c | ||
| wcstoul.c | ||
| wcstoul_l.c | ||
| wcstoull.c | ||
| wcstoull_l.c | ||
| wcstoumax.c | ||
| wordcopy.c | ||
| wordexp.c | ||
| write.c | ||
| writev.c | ||
| xmknod.c | ||
| xstat.c | ||
| xstat64.c | ||