Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update msg.d
Browse files Browse the repository at this point in the history
Changed header data to look more like ipc.d and other headers.
  • Loading branch information
nmiculinic committed Nov 15, 2014
1 parent c779788 commit 8b9e658
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/core/sys/posix/sys/msg.d
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
/**
* D header file for POSIX.
*
* Authors: Neven Miculinić
* Copyright: Copyright Neven Miculinić.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Neven Miculinić
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/

/* Copyright Neven Miculnić 2014.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*/

/*
* Mostly copied/adapted from
* /usr/include/linux/msg.h
* /usr/include/x86_64-linux-gnu/sys/msg.h
* constants from headers on Linux Mint x86-64
* manuals
*/

module core.sys.posix.sys.msg;

private import core.sys.posix.sys.ipc;
Expand Down

0 comments on commit 8b9e658

Please sign in to comment.