mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-27 03:53:59 +08:00
lib/fs/readlink/readlinknul.h: READLINKNUL(): Add macro
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
parent
419ce14b6f
commit
d78d1c2fd7
@ -15,6 +15,10 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "attr.h"
|
#include "attr.h"
|
||||||
|
#include "sizeof.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define READLINKNUL(link, buf) readlinknul(link, buf, NITEMS(buf))
|
||||||
|
|
||||||
|
|
||||||
ATTR_STRING(1)
|
ATTR_STRING(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user