[Glibc-bsd-commits] r4014 - in trunk/freebsd-buildutils/debian: . local/include

Robert Millan rmh at alioth.debian.org
Sat Jan 28 18:24:01 UTC 2012


Author: rmh
Date: 2012-01-28 18:24:01 +0000 (Sat, 28 Jan 2012)
New Revision: 4014

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/local/include/unistd.h
Log:
Add __BEGIN_DECLS / __END_DECLS in local unistd.h.

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2012-01-28 13:39:51 UTC (rev 4013)
+++ trunk/freebsd-buildutils/debian/changelog	2012-01-28 18:24:01 UTC (rev 4014)
@@ -2,8 +2,9 @@
 
   * Replace 10_non_kfreebsd.diff with equivalent patch from upstream
     HEAD.
+  * Add __BEGIN_DECLS / __END_DECLS in local unistd.h.
 
- -- Robert Millan <rmh at debian.org>  Sat, 21 Jan 2012 11:20:12 +0100
+ -- Robert Millan <rmh at debian.org>  Sat, 28 Jan 2012 19:23:40 +0100
 
 freebsd-buildutils (9.0-2) unstable; urgency=low
 

Modified: trunk/freebsd-buildutils/debian/local/include/unistd.h
===================================================================
--- trunk/freebsd-buildutils/debian/local/include/unistd.h	2012-01-28 13:39:51 UTC (rev 4013)
+++ trunk/freebsd-buildutils/debian/local/include/unistd.h	2012-01-28 18:24:01 UTC (rev 4014)
@@ -3,7 +3,12 @@
 #include_next <unistd.h>
 
 #define getopt(argc, argv, options) bsd_getopt(argc, argv, options)
+
+__BEGIN_DECLS
+
 int bsd_getopt(int, char **, char *);
 extern int optreset;
 
+__END_DECLS
+
 #endif




More information about the Glibc-bsd-commits mailing list