diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-11-01 04:12:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-11-01 04:12:01 +0000 |
commit | 207c35fa9ee1cde68cb992aa2525d96fa86d1f20 (patch) | |
tree | 9c67647652b1e15be8a4fa671f2e7a469b916f5b /libgo/testsuite | |
parent | 15694fdd6d84dbed29898eff5caabc807d4f3067 (diff) | |
download | gcc-207c35fa9ee1cde68cb992aa2525d96fa86d1f20.zip gcc-207c35fa9ee1cde68cb992aa2525d96fa86d1f20.tar.gz gcc-207c35fa9ee1cde68cb992aa2525d96fa86d1f20.tar.bz2 |
syscall: Portability code for epoll_event on GNU/Linux.
From-SVN: r180729
Diffstat (limited to 'libgo/testsuite')
-rw-r--r-- | libgo/testsuite/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in index 3d3bc98..21a7492 100644 --- a/libgo/testsuite/Makefile.in +++ b/libgo/testsuite/Makefile.in @@ -133,9 +133,11 @@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ +SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@ SPLIT_STACK = @SPLIT_STACK@ STRINGOPS_FLAG = @STRINGOPS_FLAG@ STRIP = @STRIP@ +STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@ VERSION = @VERSION@ WARN_FLAGS = @WARN_FLAGS@ WERROR = @WERROR@ |