Author: ioeric Date: Fri Jun 3 04:25:03 2016 New Revision: 271637 URL: http://llvm.org/viewvc/llvm-project?rev=271637&view=rev Log: [include-fixer] added GNU symbols hardcoded header mapping.
Summary: [include-fixer] added GNU symbols hardcoded header mapping. Reviewers: klimek, bkramer Subscribers: cfe-commits, hokein Differential Revision: http://reviews.llvm.org/D20902 Modified: clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp Modified: clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp?rev=271637&r1=271636&r2=271637&view=diff ============================================================================== --- clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp (original) +++ clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp Fri Jun 3 04:25:03 2016 @@ -77,9 +77,6 @@ const HeaderMapCollector::HeaderMap *get {"include/xsavesintrin.h", "<immintrin.h>"}, {"include/xtestintrin.h", "<immintrin.h>"}, {"include/_G_config.h", "<cstdio>"}, - {"include/alloca.h", "<cstdlib>"}, - {"include/asm-generic/errno-base.h", "<cerrno>"}, - {"include/asm-generic/errno.h", "<cerrno>"}, {"include/assert.h", "<cassert>"}, {"algorithm", "<algorithm>"}, {"array", "<array>"}, @@ -269,22 +266,15 @@ const HeaderMapCollector::HeaderMap *get {"vector", "<vector>"}, {"include/complex.h", "<complex.h>"}, {"include/ctype.h", "<cctype>"}, - {"include/endian.h", "<cctype>"}, {"include/errno.h", "<cerrno>"}, - {"include/features.h", "<cerrno>"}, {"include/fenv.h", "<fenv.h>"}, {"include/inttypes.h", "<cinttypes>"}, - {"include/libintl.h", "<locale>"}, {"include/libio.h", "<cstdio>"}, {"include/limits.h", "<climits>"}, - {"include/linux/limits.h", "<climits>"}, {"include/locale.h", "<clocale>"}, {"include/math.h", "<cmath>"}, - {"include/pthread.h", "<memory>"}, - {"include/sched.h", "<memory>"}, {"include/setjmp.h", "<csetjmp>"}, {"include/signal.h", "<csignal>"}, - {"include/stdc-predef.h", "<cerrno>"}, {"include/stdint.h", "<cstdint>"}, {"include/stdio.h", "<cstdio>"}, {"include/stdlib.h", "<cstdlib>"}, @@ -292,10 +282,7 @@ const HeaderMapCollector::HeaderMap *get {"include/time.h", "<ctime>"}, {"include/wchar.h", "<cwchar>"}, {"include/wctype.h", "<cwctype>"}, - {"bits/byteswap-16.h", "<cctype>"}, - {"bits/byteswap.h", "<cctype>"}, {"bits/cmathcalls.h", "<complex.h>"}, - {"bits/endian.h", "<cctype>"}, {"bits/errno.h", "<cerrno>"}, {"bits/fenv.h", "<fenv.h>"}, {"bits/huge_val.h", "<cmath>"}, @@ -309,9 +296,6 @@ const HeaderMapCollector::HeaderMap *get {"bits/nan.h", "<cmath>"}, {"bits/posix1_lim.h", "<climits>"}, {"bits/posix2_lim.h", "<climits>"}, - {"bits/pthreadtypes.h", "<csignal>"}, - {"bits/sched.h", "<memory>"}, - {"bits/select.h", "<cstdlib>"}, {"bits/setjmp.h", "<csetjmp>"}, {"bits/sigaction.h", "<csignal>"}, {"bits/sigcontext.h", "<csignal>"}, @@ -319,24 +303,14 @@ const HeaderMapCollector::HeaderMap *get {"bits/signum.h", "<csignal>"}, {"bits/sigset.h", "<csignal>"}, {"bits/sigstack.h", "<csignal>"}, - {"bits/sigthread.h", "<csignal>"}, {"bits/stdio_lim.h", "<cstdio>"}, {"bits/sys_errlist.h", "<cstdio>"}, {"bits/time.h", "<ctime>"}, {"bits/timex.h", "<ctime>"}, - {"bits/types.h", "<cstdio>"}, {"bits/typesizes.h", "<cstdio>"}, - {"bits/waitflags.h", "<cstdlib>"}, - {"bits/waitstatus.h", "<cstdlib>"}, {"bits/wchar.h", "<cwchar>"}, {"bits/wordsize.h", "<csetjmp>"}, {"bits/xopen_lim.h", "<climits>"}, - {"gnu/stubs-64.h", "<cerrno>"}, - {"sys/cdefs.h", "<cerrno>"}, - {"sys/select.h", "<cstdlib>"}, - {"sys/sysmacros.h", "<cstdlib>"}, - {"sys/types.h", "<cstdlib>"}, - {"sys/ucontext.h", "<csignal>"}, {"include/xlocale.h", "<cstring>"}, {"bits/atomic_word.h", "<memory>"}, {"bits/basic_file.h", "<fstream>"}, @@ -352,6 +326,322 @@ const HeaderMapCollector::HeaderMap *get {"bits/gthr.h", "<memory>"}, {"bits/opt_random.h", "<random>"}, {"bits/os_defines.h", "<iosfwd>"}, + // GNU C headers + {"include/aio.h", "<aio.h>"}, + {"include/aliases.h", "<aliases.h>"}, + {"include/alloca.h", "<alloca.h>"}, + {"include/ar.h", "<ar.h>"}, + {"include/argp.h", "<argp.h>"}, + {"include/argz.h", "<argz.h>"}, + {"include/arpa/nameser.h", "<resolv.h>"}, + {"include/arpa/nameser_compat.h", "<resolv.h>"}, + {"include/byteswap.h", "<byteswap.h>"}, + {"include/cpio.h", "<cpio.h>"}, + {"include/crypt.h", "<crypt.h>"}, + {"include/dirent.h", "<dirent.h>"}, + {"include/dlfcn.h", "<dlfcn.h>"}, + {"include/elf.h", "<elf.h>"}, + {"include/endian.h", "<endian.h>"}, + {"include/envz.h", "<envz.h>"}, + {"include/err.h", "<err.h>"}, + {"include/error.h", "<error.h>"}, + {"include/execinfo.h", "<execinfo.h>"}, + {"include/fcntl.h", "<fcntl.h>"}, + {"include/features.h", "<features.h>"}, + {"include/fenv.h", "<fenv.h>"}, + {"include/fmtmsg.h", "<fmtmsg.h>"}, + {"include/fnmatch.h", "<fnmatch.h>"}, + {"include/fstab.h", "<fstab.h>"}, + {"include/fts.h", "<fts.h>"}, + {"include/ftw.h", "<ftw.h>"}, + {"include/gconv.h", "<gconv.h>"}, + {"include/getopt.h", "<getopt.h>"}, + {"include/glob.h", "<glob.h>"}, + {"include/grp.h", "<grp.h>"}, + {"include/gshadow.h", "<gshadow.h>"}, + {"include/iconv.h", "<iconv.h>"}, + {"include/ifaddrs.h", "<ifaddrs.h>"}, + {"include/kdb.h", "<kdb.h>"}, + {"include/langinfo.h", "<langinfo.h>"}, + {"include/libgen.h", "<libgen.h>"}, + {"include/libintl.h", "<libintl.h>"}, + {"include/link.h", "<link.h>"}, + {"include/malloc.h", "<malloc.h>"}, + {"include/mcheck.h", "<mcheck.h>"}, + {"include/memory.h", "<memory.h>"}, + {"include/mntent.h", "<mntent.h>"}, + {"include/monetary.h", "<monetary.h>"}, + {"include/mqueue.h", "<mqueue.h>"}, + {"include/netdb.h", "<netdb.h>"}, + {"include/netinet/in.h", "<netinet/in.h>"}, + {"include/nl_types.h", "<nl_types.h>"}, + {"include/nss.h", "<nss.h>"}, + {"include/obstack.h", "<obstack.h>"}, + {"include/panel.h", "<panel.h>"}, + {"include/paths.h", "<paths.h>"}, + {"include/printf.h", "<printf.h>"}, + {"include/profile.h", "<profile.h>"}, + {"include/pthread.h", "<pthread.h>"}, + {"include/pty.h", "<pty.h>"}, + {"include/pwd.h", "<pwd.h>"}, + {"include/re_comp.h", "<re_comp.h>"}, + {"include/regex.h", "<regex.h>"}, + {"include/regexp.h", "<regexp.h>"}, + {"include/resolv.h", "<resolv.h>"}, + {"include/rpc/netdb.h", "<netdb.h>"}, + {"include/sched.h", "<sched.h>"}, + {"include/search.h", "<search.h>"}, + {"include/semaphore.h", "<semaphore.h>"}, + {"include/sgtty.h", "<sgtty.h>"}, + {"include/shadow.h", "<shadow.h>"}, + {"include/spawn.h", "<spawn.h>"}, + {"include/stab.h", "<stab.h>"}, + {"include/stdc-predef.h", "<stdc-predef.h>"}, + {"include/stdio_ext.h", "<stdio_ext.h>"}, + {"include/strings.h", "<strings.h>"}, + {"include/stropts.h", "<stropts.h>"}, + {"include/sudo_plugin.h", "<sudo_plugin.h>"}, + {"include/sysexits.h", "<sysexits.h>"}, + {"include/tar.h", "<tar.h>"}, + {"include/tcpd.h", "<tcpd.h>"}, + {"include/term.h", "<term.h>"}, + {"include/term_entry.h", "<term_entry.h>"}, + {"include/termcap.h", "<termcap.h>"}, + {"include/termios.h", "<termios.h>"}, + {"include/thread_db.h", "<thread_db.h>"}, + {"include/tic.h", "<tic.h>"}, + {"include/ttyent.h", "<ttyent.h>"}, + {"include/uchar.h", "<uchar.h>"}, + {"include/ucontext.h", "<ucontext.h>"}, + {"include/ulimit.h", "<ulimit.h>"}, + {"include/unctrl.h", "<unctrl.h>"}, + {"include/unistd.h", "<unistd.h>"}, + {"include/utime.h", "<utime.h>"}, + {"include/utmp.h", "<utmp.h>"}, + {"include/utmpx.h", "<utmpx.h>"}, + {"include/values.h", "<values.h>"}, + {"include/wordexp.h", "<wordexp.h>"}, + {"fpu_control.h", "<fpu_control.h>"}, + {"ieee754.h", "<ieee754.h>"}, + {"include/xlocale.h", "<xlocale.h>"}, + {"gnu/lib-names.h", "<gnu/lib-names.h>"}, + {"gnu/libc-version.h", "<gnu/libc-version.h>"}, + {"gnu/option-groups.h", "<gnu/option-groups.h>"}, + {"gnu/stubs-32.h", "<gnu/stubs-32.h>"}, + {"gnu/stubs-64.h", "<gnu/stubs-64.h>"}, + {"gnu/stubs-x32.h", "<gnu/stubs-x32.h>"}, + {"include/rpc/auth_des.h", "<rpc/auth_des.h>"}, + {"include/rpc/rpc_msg.h", "<rpc/rpc_msg.h>"}, + {"include/rpc/pmap_clnt.h", "<rpc/pmap_clnt.h>"}, + {"include/rpc/rpc.h", "<rpc/rpc.h>"}, + {"include/rpc/types.h", "<rpc/types.h>"}, + {"include/rpc/auth_unix.h", "<rpc/auth_unix.h>"}, + {"include/rpc/key_prot.h", "<rpc/key_prot.h>"}, + {"include/rpc/pmap_prot.h", "<rpc/pmap_prot.h>"}, + {"include/rpc/auth.h", "<rpc/auth.h>"}, + {"include/rpc/svc_auth.h", "<rpc/svc_auth.h>"}, + {"include/rpc/xdr.h", "<rpc/xdr.h>"}, + {"include/rpc/pmap_rmt.h", "<rpc/pmap_rmt.h>"}, + {"include/rpc/des_crypt.h", "<rpc/des_crypt.h>"}, + {"include/rpc/svc.h", "<rpc/svc.h>"}, + {"include/rpc/rpc_des.h", "<rpc/rpc_des.h>"}, + {"include/rpc/clnt.h", "<rpc/clnt.h>"}, + {"include/scsi/scsi.h", "<scsi/scsi.h>"}, + {"include/scsi/sg.h", "<scsi/sg.h>"}, + {"include/scsi/scsi_ioctl.h", "<scsi/scsi_ioctl>"}, + {"include/netrose/rose.h", "<netrose/rose.h>"}, + {"include/nfs/nfs.h", "<nfs/nfs.h>"}, + {"include/netatalk/at.h", "<netatalk/at.h>"}, + {"include/netinet/ether.h", "<netinet/ether.h>"}, + {"include/netinet/icmp6.h", "<netinet/icmp6.h>"}, + {"include/netinet/if_ether.h", "<netinet/if_ether.h>"}, + {"include/netinet/if_fddi.h", "<netinet/if_fddi.h>"}, + {"include/netinet/if_tr.h", "<netinet/if_tr.h>"}, + {"include/netinet/igmp.h", "<netinet/igmp.h>"}, + {"include/netinet/in.h", "<netinet/in.h>"}, + {"include/netinet/in_systm.h", "<netinet/in_systm.h>"}, + {"include/netinet/ip.h", "<netinet/ip.h>"}, + {"include/netinet/ip6.h", "<netinet/ip6.h>"}, + {"include/netinet/ip_icmp.h", "<netinet/ip_icmp.h>"}, + {"include/netinet/tcp.h", "<netinet/tcp.h>"}, + {"include/netinet/udp.h", "<netinet/udp.h>"}, + {"include/netrom/netrom.h", "<netrom/netrom.h>"}, + {"include/protocols/routed.h", "<protocols/routed.h>"}, + {"include/protocols/rwhod.h", "<protocols/rwhod.h>"}, + {"include/protocols/talkd.h", "<protocols/talkd.h>"}, + {"include/protocols/timed.h", "<protocols/timed.h>"}, + {"include/rpcsvc/klm_prot.x", "<rpcsvc/klm_prot.x>"}, + {"include/rpcsvc/rstat.h", "<rpcsvc/rstat.h>"}, + {"include/rpcsvc/spray.x", "<rpcsvc/spray.x>"}, + {"include/rpcsvc/nlm_prot.x", "<rpcsvc/nlm_prot.x>"}, + {"include/rpcsvc/nis_callback.x", "<rpcsvc/nis_callback.x>"}, + {"include/rpcsvc/yp.h", "<rpcsvc/yp.h>"}, + {"include/rpcsvc/yp.x", "<rpcsvc/yp.x>"}, + {"include/rpcsvc/nfs_prot.h", "<rpcsvc/nfs_prot.h>"}, + {"include/rpcsvc/rex.h", "<rpcsvc/rex.h>"}, + {"include/rpcsvc/yppasswd.h", "<rpcsvc/yppasswd.h>"}, + {"include/rpcsvc/rex.x", "<rpcsvc/rex.x>"}, + {"include/rpcsvc/nis_tags.h", "<rpcsvc/nis_tags.h>"}, + {"include/rpcsvc/nis_callback.h", "<rpcsvc/nis_callback.h>"}, + {"include/rpcsvc/nfs_prot.x", "<rpcsvc/nfs_prot.x>"}, + {"include/rpcsvc/bootparam_prot.x", "<rpcsvc/bootparam_prot.x>"}, + {"include/rpcsvc/rusers.x", "<rpcsvc/rusers.x>"}, + {"include/rpcsvc/rquota.x", "<rpcsvc/rquota.x>"}, + {"include/rpcsvc/nis.h", "<rpcsvc/nis.h>"}, + {"include/rpcsvc/nislib.h", "<rpcsvc/nislib.h>"}, + {"include/rpcsvc/ypupd.h", "<rpcsvc/ypupd.h>"}, + {"include/rpcsvc/bootparam.h", "<rpcsvc/bootparam.h>"}, + {"include/rpcsvc/spray.h", "<rpcsvc/spray.h>"}, + {"include/rpcsvc/key_prot.h", "<rpcsvc/key_prot.h>"}, + {"include/rpcsvc/klm_prot.h", "<rpcsvc/klm_prot.h>"}, + {"include/rpcsvc/sm_inter.h", "<rpcsvc/sm_inter.h>"}, + {"include/rpcsvc/nlm_prot.h", "<rpcsvc/nlm_prot.h>"}, + {"include/rpcsvc/yp_prot.h", "<rpcsvc/yp_prot.h>"}, + {"include/rpcsvc/ypclnt.h", "<rpcsvc/ypclnt.h>"}, + {"include/rpcsvc/rstat.x", "<rpcsvc/rstat.x>"}, + {"include/rpcsvc/rusers.h", "<rpcsvc/rusers.h>"}, + {"include/rpcsvc/key_prot.x", "<rpcsvc/key_prot.x>"}, + {"include/rpcsvc/sm_inter.x", "<rpcsvc/sm_inter.x>"}, + {"include/rpcsvc/rquota.h", "<rpcsvc/rquota.h>"}, + {"include/rpcsvc/nis.x", "<rpcsvc/nis.x>"}, + {"include/rpcsvc/bootparam_prot.h", "<rpcsvc/bootparam_prot.h>"}, + {"include/rpcsvc/mount.h", "<rpcsvc/mount.h>"}, + {"include/rpcsvc/mount.x", "<rpcsvc/mount.x>"}, + {"include/rpcsvc/nis_object.x", "<rpcsvc/nis_object.x>"}, + {"include/rpcsvc/yppasswd.x", "<rpcsvc/yppasswd.x>"}, + {"sys/acct.h", "<sys/acct.h>"}, + {"sys/auxv.h", "<sys/auxv.h>"}, + {"sys/cdefs.h", "<sys/cdefs.h>"}, + {"sys/debugreg.h", "<sys/debugreg.h>"}, + {"sys/dir.h", "<sys/dir.h>"}, + {"sys/elf.h", "<sys/elf.h>"}, + {"sys/epoll.h", "<sys/epoll.h>"}, + {"sys/eventfd.h", "<sys/eventfd.h>"}, + {"sys/fanotify.h", "<sys/fanotify.h>"}, + {"sys/file.h", "<sys/file.h>"}, + {"sys/fsuid.h", "<sys/fsuid.h>"}, + {"sys/gmon.h", "<sys/gmon.h>"}, + {"sys/gmon_out.h", "<sys/gmon_out.h>"}, + {"sys/inotify.h", "<sys/inotify.h>"}, + {"sys/io.h", "<sys/io.h>"}, + {"sys/ioctl.h", "<sys/ioctl.h>"}, + {"sys/ipc.h", "<sys/ipc.h>"}, + {"sys/kd.h", "<sys/kd.h>"}, + {"sys/kdaemon.h", "<sys/kdaemon.h>"}, + {"sys/klog.h", "<sys/klog.h>"}, + {"sys/mman.h", "<sys/mman.h>"}, + {"sys/mount.h", "<sys/mount.h>"}, + {"sys/msg.h", "<sys/msg.h>"}, + {"sys/mtio.h", "<sys/mtio.h>"}, + {"sys/param.h", "<sys/param.h>"}, + {"sys/pci.h", "<sys/pci.h>"}, + {"sys/perm.h", "<sys/perm.h>"}, + {"sys/personality.h", "<sys/personality.h>"}, + {"sys/poll.h", "<sys/poll.h>"}, + {"sys/prctl.h", "<sys/prctl.h>"}, + {"sys/procfs.h", "<sys/procfs.h>"}, + {"sys/profil.h", "<sys/profil.h>"}, + {"sys/ptrace.h", "<sys/ptrace.h>"}, + {"sys/queue.h", "<sys/queue.h>"}, + {"sys/quota.h", "<sys/quota.h>"}, + {"sys/raw.h", "<sys/raw.h>"}, + {"sys/reboot.h", "<sys/reboot.h>"}, + {"sys/reg.h", "<sys/reg.h>"}, + {"sys/resource.h", "<sys/resource.h>"}, + {"sys/select.h", "<sys/select.h>"}, + {"sys/sem.h", "<sys/sem.h>"}, + {"sys/sendfile.h", "<sys/sendfile.h>"}, + {"sys/shm.h", "<sys/shm.h>"}, + {"sys/signalfd.h", "<sys/signalfd.h>"}, + {"sys/socket.h", "<sys/socket.h>"}, + {"sys/stat.h", "<sys/stat.h>"}, + {"sys/statfs.h", "<sys/statfs.h>"}, + {"sys/statvfs.h", "<sys/statvfs.h>"}, + {"sys/swap.h", "<sys/swap.h>"}, + {"sys/syscall.h", "<sys/syscall.h>"}, + {"sys/sysctl.h", "<sys/sysctl.h>"}, + {"sys/sysinfo.h", "<sys/sysinfo.h>"}, + {"sys/syslog.h", "<sys/syslog.h>"}, + {"sys/sysmacros.h", "<sys/sysmacros.h>"}, + {"sys/termios.h", "<sys/termios.h>"}, + {"sys/time.h", "<sys/select.h>"}, + {"sys/timeb.h", "<sys/timeb.h>"}, + {"sys/timerfd.h", "<sys/timerfd.h>"}, + {"sys/times.h", "<sys/times.h>"}, + {"sys/timex.h", "<sys/timex.h>"}, + {"sys/ttychars.h", "<sys/ttychars.h>"}, + {"sys/ttydefaults.h", "<sys/ttydefaults.h>"}, + {"sys/types.h", "<sys/types.h>"}, + {"sys/ucontext.h", "<sys/ucontext.h>"}, + {"sys/uio.h", "<sys/uio.h>"}, + {"sys/un.h", "<sys/un.h>"}, + {"sys/user.h", "<sys/user.h>"}, + {"sys/ustat.h", "<sys/ustat.h>"}, + {"sys/utsname.h", "<sys/utsname.h>"}, + {"sys/vlimit.h", "<sys/vlimit.h>"}, + {"sys/vm86.h", "<sys/vm86.h>"}, + {"sys/vtimes.h", "<sys/vtimes.h>"}, + {"sys/wait.h", "<sys/wait.h>"}, + {"sys/xattr.h", "<sys/xattr.h>"}, + {"bits/epoll.h", "<sys/epoll.h>"}, + {"bits/eventfd.h", "<sys/eventfd.h>"}, + {"bits/inotify.h", "<sys/inotify.h>"}, + {"bits/ipc.h", "<sys/ipc.h>"}, + {"bits/ipctypes.h", "<sys/ipc.h>"}, + {"bits/mman-linux.h", "<sys/mman.h>"}, + {"bits/mman.h", "<sys/mman.h>"}, + {"bits/msq.h", "<sys/msg.h>"}, + {"bits/resource.h", "<sys/resource.h>"}, + {"bits/sem.h", "<sys/sem.h>"}, + {"bits/shm.h", "<sys/shm.h>"}, + {"bits/signalfd.h", "<sys/signalfd.h>"}, + {"bits/statfs.h", "<sys/statfs.h>"}, + {"bits/statvfs.h", "<sys/statvfs.h>"}, + {"bits/timerfd.h", "<sys/timerfd.h>"}, + {"bits/utsname.h", "<sys/utsname.h>"}, + {"bits/auxv.h", "<sys/auxv.h>"}, + {"bits/byteswap-16.h", "<byteswap.h>"}, + {"bits/byteswap.h", "<byteswap.h>"}, + {"bits/confname.h", "<unistd.h>"}, + {"bits/dirent.h", "<dirent.h>"}, + {"bits/dlfcn.h", "<dlfcn.h>"}, + {"bits/elfclass.h", "<link.h>"}, + {"bits/endian.h", "<endian.h>"}, + {"bits/environments.h", "<unistd.h>"}, + {"bits/fcntl-linux.h", "<fcntl.h>"}, + {"bits/fcntl.h", "<fcntl.h>"}, + {"bits/in.h", "<netinet/in.h>"}, + {"bits/ioctl-types.h", "<sys/ioctl.h>"}, + {"bits/ioctls.h", "<sys/ioctl.h>"}, + {"bits/link.h", "<link.h>"}, + {"bits/mqueue.h", "<mqueue.h>"}, + {"bits/netdb.h", "<netdb.h>"}, + {"bits/param.h", "<sys/param.h>"}, + {"bits/poll.h", "<sys/poll.h>"}, + {"bits/posix_opt.h", "<bits/posix_opt.h>"}, + {"bits/pthreadtypes.h", "<pthread.h>"}, + {"bits/sched.h", "<sched.h>"}, + {"bits/select.h", "<sys/select.h>"}, + {"bits/semaphore.h", "<semaphore.h>"}, + {"bits/sigthread.h", "<pthread.h>"}, + {"bits/sockaddr.h", "<sys/socket.h>"}, + {"bits/socket.h", "<sys/socket.h>"}, + {"bits/socket_type.h", "<sys/socket.h>"}, + {"bits/stab.def", "<stab.h>"}, + {"bits/stat.h", "<sys/stat.h>"}, + {"bits/stropts.h", "<stropts.h>"}, + {"bits/syscall.h", "<sys/syscall.h>"}, + {"bits/syslog-path.h", "<sys/syslog.h>"}, + {"bits/termios.h", "<termios.h>"}, + {"bits/types.h", "<sys/types.h>"}, + {"bits/typesizes.h", "<sys/types.h>"}, + {"bits/uio.h", "<sys/uio.h>"}, + {"bits/ustat.h", "<sys/ustat.h>"}, + {"bits/utmp.h", "<utmp.h>"}, + {"bits/utmpx.h", "<utmpx.h>"}, + {"bits/waitflags.h", "<sys/wait.h>"}, + {"bits/waitstatus.h", "<sys/wait.h>"}, + {"bits/xtitypes.h", "<stropts.h>"}, }; return &STLPostfixHeaderMap; } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits