blob: 6ebf412c1d6b1c3ec3ab36b0a7220f24531fa523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "bsd4-3.h"
/* This file has changes that Jost Krieger <x920031@rubb.rz.ruhr-uni-bochum.de>
says are necessary. */
/* No declaration in system header files. */
extern double atof ();
#define LD_SWITCH_SYSTEM -non_shared
#define GETPGRP_NO_ARG
/* arch-tag: e8ddf21d-72a0-476d-b33e-364f8b20e3b7
(do not change this comment) */
|