mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 23:20:10 +02:00
Move some macros to cdefs.h
This commit is contained in:
@@ -1,23 +1,11 @@
|
||||
#ifndef LIBBSD_H
|
||||
#define LIBBSD_H
|
||||
|
||||
/*
|
||||
* Generic definitions.
|
||||
*/
|
||||
|
||||
#define setproctitle(fmt, args...)
|
||||
|
||||
#define __dead2
|
||||
#define __unused
|
||||
#define __printflike(x,y)
|
||||
#define __FBSDID(x)
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
/*
|
||||
* Include all bsd compat headers.
|
||||
*/
|
||||
|
||||
#include <bsd/cdefs.h>
|
||||
#include <bsd/random.h>
|
||||
#include <bsd/string.h>
|
||||
#include <bsd/queue.h>
|
||||
|
Reference in New Issue
Block a user