summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests/include/lapi/msg.h
blob: d649f33185a92a8c9eb890db064383758d03e2ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2020 FUJITSU LIMITED. All rights reserved.
 * Author: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
 */
#ifndef LAPI_MSG_H
#define LAPI_MSG_H

#include <sys/msg.h>

#ifndef MSG_COPY
# define MSG_COPY  040000  /* copy (not remove) all queue messages */
#endif

#endif