# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/dietlibc/ulimit.h-stub.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- We just place a stub ulimit.h in the dietlibc include directory to get stuff like pdksh to compile. - Rene Rebe --- dietlibc-0.27/include/ulimit.h.orig 1970-01-01 01:00:00.000000000 +0100 +++ dietlibc-0.27/include/ulimit.h 2004-10-02 17:45:44.051302108 +0200 @@ -0,0 +1,6 @@ +#ifndef _ULIMIT_H_ +#define _ULIMIT_H_ + +/* just a stub -ReneR */ + +#endif /* _ULIMIT_H_ */