mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00

U packages/opengl/src/gl.pp U packages/opengl/src/glu.pp U packages/opengl/src/glut.pp --- Recording mergeinfo for merge of r41646 into '.': U . --- Merging r41647 into '.': G packages/opengl/src/gl.pp G packages/opengl/src/glu.pp G packages/opengl/src/glut.pp --- Recording mergeinfo for merge of r41647 into '.': G . --- Merging r41675 into '.': U compiler/systems/i_bsd.pas --- Recording mergeinfo for merge of r41675 into '.': G . --- Merging r41695 into '.': A rtl/openbsd/si_impl.inc U rtl/openbsd/si_intf.inc U rtl/openbsd/si_prc.pp U rtl/openbsd/x86_64/si_prc.inc --- Recording mergeinfo for merge of r41695 into '.': G . --- Merging r41696 into '.': U compiler/systems/t_bsd.pas --- Recording mergeinfo for merge of r41696 into '.': G . --- Merging r41697 into '.': G compiler/systems/t_bsd.pas --- Recording mergeinfo for merge of r41697 into '.': G . --- Merging r41698 into '.': G compiler/systems/t_bsd.pas --- Recording mergeinfo for merge of r41698 into '.': G . --- Merging r41699 into '.': G compiler/systems/t_bsd.pas --- Recording mergeinfo for merge of r41699 into '.': G . --- Merging r41700 into '.': G compiler/systems/t_bsd.pas --- Recording mergeinfo for merge of r41700 into '.': G . --- Merging r41701 into '.': U rtl/openbsd/si_impl.inc G rtl/openbsd/si_intf.inc G rtl/openbsd/x86_64/si_prc.inc --- Recording mergeinfo for merge of r41701 into '.': G . # revisions: 41646,41647,41675,41695,41696,41697,41698,41699,41700,41701 git-svn-id: branches/fixes_3_2@41985 -
30 lines
684 B
ObjectPascal
30 lines
684 B
ObjectPascal
{
|
|
This file is part of the Free Pascal run time library.
|
|
Copyright (c) 2019 by Free Pascal development team
|
|
|
|
This file implements the startup code for OpenBSD programs that
|
|
don't link to the C library.
|
|
|
|
See the file COPYING.FPC, included in this distribution,
|
|
for details about the copyright.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
**********************************************************************}
|
|
|
|
|
|
unit si_prc;
|
|
|
|
interface
|
|
|
|
{$i si_intf.inc}
|
|
|
|
implementation
|
|
|
|
{$i si_impl.inc}
|
|
{$i si_prc.inc}
|
|
|
|
end.
|