diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-02-29 20:02:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-02-29 20:02:31 +0000 |
commit | b65734ac6cce34b9f4963f4ad3922eba9b48a441 (patch) | |
tree | a76090660cf29338112a978aac141d863ef02a82 /libgo/config.h.in | |
parent | 3f675741b17720d4124a4f901203b8c7da5ea309 (diff) | |
download | gcc-b65734ac6cce34b9f4963f4ad3922eba9b48a441.tar.gz |
syscall: Fill out GNU/Linux support.
From-SVN: r184669
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index d2aa2f67a1c..22f296970a7 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -33,6 +33,9 @@ /* Define to 1 if you have the `inotify_init' function. */ #undef HAVE_INOTIFY_INIT +/* Define to 1 if you have the `inotify_init1' function. */ +#undef HAVE_INOTIFY_INIT1 + /* Define to 1 if you have the `inotify_rm_watch' function. */ #undef HAVE_INOTIFY_RM_WATCH @@ -45,6 +48,9 @@ /* Define to 1 if you have the <linux/netlink.h> header file. */ #undef HAVE_LINUX_NETLINK_H +/* Define to 1 if you have the <linux/reboot.h> header file. */ +#undef HAVE_LINUX_REBOOT_H + /* Define to 1 if you have the <linux/rtnetlink.h> header file. */ #undef HAVE_LINUX_RTNETLINK_H @@ -124,6 +130,9 @@ uint32 */ #undef HAVE_SYNC_FETCH_AND_ADD_4 +/* Define to 1 if you have the `sync_file_range' function. */ +#undef HAVE_SYNC_FILE_RANGE + /* Define to 1 if you have the <syscall.h> header file. */ #undef HAVE_SYSCALL_H @@ -157,6 +166,12 @@ /* Define to 1 if you have the <sys/syscall.h> header file. */ #undef HAVE_SYS_SYSCALL_H +/* Define to 1 if you have the <sys/sysinfo.h> header file. */ +#undef HAVE_SYS_SYSINFO_H + +/* Define to 1 if you have the <sys/timex.h> header file. */ +#undef HAVE_SYS_TIMEX_H + /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H @@ -181,6 +196,12 @@ /* Define to 1 if you have the `unshare' function. */ #undef HAVE_UNSHARE +/* Define to 1 if you have the <ustat.h> header file. */ +#undef HAVE_USTAT_H + +/* Define to 1 if you have the <utime.h> header file. */ +#undef HAVE_UTIME_H + /* Define to 1 if you have the `wait4' function. */ #undef HAVE_WAIT4 |