libc/pthread: fix a compilation error
authorEunBong Song <eunb.song@samsung.com>
Wed, 26 Apr 2017 23:43:04 +0000 (08:43 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 14:00:39 +0000 (23:00 +0900)
commitc687fb972a524ceff4503f996c928d2aa8a943fb
tree7535ba0801873395b42476090d42f893fb449fed
parentcfabbed58beaf7122bfd5ad9018aa05ed2b93d0a
libc/pthread: fix a compilation error

This patch fixes following compilation error:

CC: pthread/pthread_condattrsetclock.c
    pthread/pthread_condattrsetclock.c:90:5: error: function declaration isn't a prototype [-Werror=strict-prototypes]
     int pthread_condattr_setclock(attr, clock_id)
         ^
    cc1: all warnings being treated as errors
    make[1]: *** [bin/pthread_condattrsetclock.o] Error 1
    make[1]: Leaving directory `/home/ebsong/tizenrt/lib/libc'
    make: *** [libc/libc.a] Error 2

Change-Id: I1fdee78f5c3c3e2eaadaf9d7090e58794f890b64
Signed-off-by: EunBong Song <eunb.song@samsung.com>
lib/libc/pthread/pthread_condattrsetclock.c