head 1.3; branch ; access ; symbols C_Demo_1:1.2; locks ; strict; comment @ * @; 1.3 date 90.09.25.16.41.18; author kemnitz; state Exp; branches ; next 1.2; 1.2 date 89.09.05.17.20.54; author mao; state C_Demo_1; branches ; next 1.1; 1.1 date 89.06.26.21.04.04; author dillon; state Exp; branches ; next ; desc @Simple stub for exitpg() since on_exit() *IS* supported here @ 1.3 log @Updating from revision 1.2 to revision 1.3 @ text @ /* * ON_EXIT.C * * Stub for exitpg(), on_exit() is a system library function on suns */ #include "tmp/c.h" RcsId("$Header: RCS/on_exit.c,v 1.3 90/08/14 14:49:03 cimarron Exp $"); exitpg(code) int code; { exit(code); } @ 1.2 log @Working version of C-only demo @ text @d9 1 a9 1 #include "c.h" d11 1 a11 1 RcsId("$Header: /usr6/postgres/mao/postgres/src/port/sunos/RCS/on_exit.c,v 1.1 89/06/26 21:04:04 dillon Exp $"); @ 1.1 log @Initial revision @ text @d11 1 a11 1 RcsId("$Header: on_exit.c,v 1.1 89/02/02 16:20:00 dillon Locked $"); @