* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / testcarchive / main_windows.c
blobeded8af1a2c9af04576a14828372c9c01c8710e9
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 /*
6 * Dummy implementations for Windows, because Windows doesn't
7 * support Unix-style signal handling.
8 */
10 int install_handler() {
11 return 0;
15 int check_handler() {
16 return 0;