[Glibc-bsd-commits] r4530 - in trunk/freebsd-glue: debian include

rmh at alioth.debian.org rmh at alioth.debian.org
Mon Jul 8 12:41:59 UTC 2013


Author: rmh
Date: 2013-06-19 12:21:08 +0000 (Wed, 19 Jun 2013)
New Revision: 4530

Added:
   trunk/freebsd-glue/include/stdio.h
Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/stdlib.h
Log:
Drag libbsd counterparts into <stdio.h> and <stdlib.h>.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-06-19 11:02:31 UTC (rev 4529)
+++ trunk/freebsd-glue/debian/changelog	2013-06-19 12:21:08 UTC (rev 4530)
@@ -1,3 +1,9 @@
+freebsd-glue (0.0.5) UNRELEASED; urgency=low
+
+  * Drag libbsd counterparts into <stdio.h> and <stdlib.h>.
+
+ -- Robert Millan <rmh at debian.org>  Wed, 19 Jun 2013 14:20:37 +0200
+
 freebsd-glue (0.0.4) unstable; urgency=high
 
   * Add libutil.h and nlist.h.

Added: trunk/freebsd-glue/include/stdio.h
===================================================================
--- trunk/freebsd-glue/include/stdio.h	                        (rev 0)
+++ trunk/freebsd-glue/include/stdio.h	2013-06-19 12:21:08 UTC (rev 4530)
@@ -0,0 +1,8 @@
+#include_next <stdio.h>
+
+#ifndef _STDIO_H_
+#define _STDIO_H_
+
+#include_next <bsd/stdio.h>
+
+#endif

Modified: trunk/freebsd-glue/include/stdlib.h
===================================================================
--- trunk/freebsd-glue/include/stdlib.h	2013-06-19 11:02:31 UTC (rev 4529)
+++ trunk/freebsd-glue/include/stdlib.h	2013-06-19 12:21:08 UTC (rev 4530)
@@ -3,8 +3,6 @@
 #ifndef _STDLIB_H_
 #define _STDLIB_H_
 
-__BEGIN_DECLS
-const char *getprogname(void);
-__END_DECLS
+#include <bsd/stdlib.h>
 
 #endif




More information about the Glibc-bsd-commits mailing list