* Update configure script according to previous change to configure.ac
[alpine.git] / pith / osdep / coredump.c
blob5702df26a0f81c838d36e483868ea6e6ff033fc2
1 /*
2 * ========================================================================
3 * Copyright 2013-2022 Eduardo Chappa
4 * Copyright 2006 University of Washington
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
10 * http://www.apache.org/licenses/LICENSE-2.0
12 * ========================================================================
15 #include <system.h>
16 #include "coredump.h"
19 /*----------------------------------------------------------------------
20 Abort with a core dump
21 ----*/
22 void
23 coredump(void)
25 abort();