0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

add extern declaration for nanosleep in lib.c

This commit is contained in:
2025-03-11 15:30:43 +01:00
parent d9307c04ed
commit d5a8ef6250

View File

@@ -2,6 +2,7 @@
#include "rds.h"
#include <time.h>
extern int nanosleep(const struct timespec *req, struct timespec *rem);
/* millisecond sleep */
void msleep(unsigned long ms) {
struct timespec ts;