Merge "Syncing common test files." into devel/master
[platform/core/uifw/dali-adaptor.git] / third-party / windows-platform / sys / prctl.h
1 #ifndef _PRCTL_INCLUDE_H_
2 #define _PRCTL_INCLUDE_H_
3
4 #define PR_SET_NAME 0
5
6 int prctl(int type, const char *str);
7
8 #endif