Remove remaining references to Gnulib

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
This commit is contained in:
Dimitri Papadopoulos
2023-06-17 14:33:34 +02:00
parent 0b210e034f
commit bcc41b8301
2 changed files with 4 additions and 15 deletions

View File

@@ -55,19 +55,11 @@ as compiling and testing code and features.
[Guidelines to consider when reviewing.](https://github.com/thoughtbot/guides/tree/master/code-review)
## Gnulib / CCAN
## CCAN
The directory `gl/`, contains gnulib files. The directly `src/ccan` contains
libraries from the [CCAN project](https://github.com/rustyrussell/ccan),
both are used as collections of helper code.
To update to the latest gnulib sources you can run:
```
$ make gl
```
When considering a helper module check those projects; we have a mild
preference towards CCAN.
The directly `src/ccan` contains libraries from the
[CCAN project](https://github.com/rustyrussell/ccan).
When considering a helper module, check CCAN first.
# Coding style

View File

@@ -38,9 +38,6 @@
# endif
#endif
/* On certain cases gnulib defines gettimeofday as macro; avoid that */
#undef gettimeofday
#ifdef USE_SECCOMP_TRAP
# define _SECCOMP_ERR SCMP_ACT_TRAP
#include <execinfo.h>