[hackers] [sbase] Rename `brk' to `_brk' to avoid polluting the namespace || sin

From: <git_AT_suckless.org>
Date: Tue, 12 Nov 2013 11:18:48 +0100

commit 7add068ade75040aee0512a7c8452832a4dbbbd0
Author: sin <sin_AT_2f30.org>
Date: Mon Nov 11 20:25:30 2013 +0000

    Rename `brk' to `_brk' to avoid polluting the namespace

diff --git a/arg.h b/arg.h
index b8f48c0..acae756 100644
--- a/arg.h
+++ b/arg.h
_AT_@ -15,14 +15,14 @@ extern char *argv0;
                                         argc--, argv++) {\
                                 char _argc;\
                                 char **_argv;\
- int brk;\
+ int _brk;\
                                 if (argv[0][1] == '-' && argv[0][2] == '
Received on Tue Nov 12 2013 - 11:18:48 CET

This archive was generated by hypermail 2.3.0 : Tue Nov 12 2013 - 11:24:18 CET