You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/09 16:47:00 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4109: libc: Implement ttyname and ttyname_r

gustavonihei commented on a change in pull request #4109:
URL: https://github.com/apache/incubator-nuttx/pull/4109#discussion_r667083787



##########
File path: include/fcntl.h
##########
@@ -95,6 +95,7 @@
 #define F_SETLKW    12 /* Like F_SETLK, but wait for lock to become available */
 #define F_SETOWN    13 /* Set pid that will receive SIGIO and SIGURG signals for fd */
 #define F_SETSIG    14 /* Set the signal to be sent */
+#define F_GETPATH   15 /* Get the path of the file descriptor(macos) */

Review comment:
       A curious question: why is `macos` stated in the description?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org