mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 13:22:07 +03:00
pragma once
This commit is contained in:
parent
f8b9b2fc38
commit
758adeccaa
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user