* Release of version 2.22.1
[alpine.git] / pith / osdep / coredump.c
blobd23a022d7f975345e5fcb172b4d16d96d3431646
1 #if !defined(lint) && !defined(DOS)
2 static char rcsid[] = "$Id: coredump.c 761 2007-10-23 22:35:18Z hubert@u.washington.edu $";
3 #endif
5 /*
6 * ========================================================================
7 * Copyright 2013-2020 Eduardo Chappa
8 * Copyright 2006 University of Washington
10 * Licensed under the Apache License, Version 2.0 (the "License");
11 * you may not use this file except in compliance with the License.
12 * You may obtain a copy of the License at
14 * http://www.apache.org/licenses/LICENSE-2.0
16 * ========================================================================
19 #include <system.h>
20 #include "coredump.h"
23 /*----------------------------------------------------------------------
24 Abort with a core dump
25 ----*/
26 void
27 coredump(void)
29 abort();