1cef6a66e8
STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as the POSIX Ada Bindings. WWW: http://libre.adacore.com/ PR: ports/107411 Submitted by: John Merryweather Cooper
11 lines
365 B
C
11 lines
365 B
C
--- c-posix.c.orig Mon Jan 1 17:10:12 2007
|
|
+++ c-posix.c Mon Jan 1 17:12:03 2007
|
|
@@ -3049,7 +3049,7 @@
|
|
gheader("POSIX", IEEE_Header);
|
|
ifprintf(fp,"with Ada_Streams;\n");
|
|
ifprintf(fp,"with Interfaces;\n");
|
|
- ifprintf(fp,"package POSIX is\n\n");
|
|
+ ifprintf(fp,"package POSIX is\n");
|
|
|
|
#ifdef LIBS
|
|
/* Generate one pragma Linker_Options per library */
|