pragma once

This commit is contained in:
Jōshin 2018-12-27 16:42:28 -08:00
parent f8b9b2fc38
commit 758adeccaa

View File

@ -19,8 +19,8 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef _ENT_H
#define _ENT_H
#pragma once
#include <stddef.h>
@ -63,5 +63,3 @@ ent_getentropy(void* buf, size_t buflen);
#ifdef ENT_GE_UNISTD
#undef ENT_GE_UNISTD
#endif
#endif /* _ENT_H */